Typography link settings don't apply to headers, top nav

Hi folks,

Love your themes! Just wanted to let you know that I had to make the following custom CSS changes to make all the links on the site match my preferred colours, as these don’t seem to pick up the preferences set under “Typography”.

.entry-title a:hover {color: #dd6000;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #dd6000;
}

So you might want to include those CSS classes in the customisation. Thanks!

Hi @skud,

I hope you are well today and thanks for posting here.

Actually the Link Color set in the Typography option works generically on the a tag therefore it doesn’t overwrite the anchor tag color set specifically using CSS.

We will consider your feature request in the future development of theme.

Best Regards,
Movin