This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp
Hi guys,
We are looking for how to change the main navigation link to black when the navigation is not fixed !
http://www.maydenn.com/project/project-description-4/
As you can see, our links stay white! We’ve tried every settings possible!
Thanks a lot,
Jhon
The weird thing is that in the Homepage the links are black
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.breadcrumbs-type-8:not(.home) header .menu > li > a, .breadcrumbs-type-8 .page-heading.bc-type-8 h1.title, .page-heading.bc-type-8 .breadcrumbs, .page-heading.bc-type-8 .breadcrumbs a, .page-heading.bc-type-8 .delimeter {
color: #000 !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up