This topic has 7 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Hi
I’m looking at 8Theme Options -> General -> Navigation
I’m able to change the Menu font colour here for the Home Page only, however, I can’t find any settings to change the font colour on other pages, as they’re set to white. Here is an example of the About Us page on your demo:-
https://www.8theme.com/demo/classico/variant1/about-us-2/
The settings in 8Theme Options only changes the Home Page Menu colour but not this About Us page and other pages.
Please help?l
… Follow-up… ideally I want the Menu font colours on the Home page to match all the other pages and not be different, and be able to change it once for the whole site. Seems to be missing options to change font colours for other pages as far as I can tell.
Hello,
To change menu color on other pages use this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.breadcrumbs-type-8:not(.home) header .menu > li > a {
color: red;
}
Set your color value.
Regards,
Eva Kemp.
Eva
Thanks. I will try.
Regards
OK, that changed the text colour for the menu, but for Menu’s with drop down items, the downward pointing arrow remains white. Would like this to be the same colour please?
I think I worked it out by changing this also…
.breadcrumbs-type-8:not(.home) .top-bar .menu>li.menu-item-has-children>a:after, .breadcrumbs-type-8:not(.home) header .menu>li.menu-item-has-children>a:after {
color: red;
}
Hello,
Glad you’ve found the solution.
Have a good weekend.
Regards,
Eva Kemp.
The issue related to '‘Classico, Variant 1: How to Change Menu Colour on other pages’' has been successfully resolved, and the topic is now closed for further responses