This topic has 10 replies, 3 voices, and was last updated 10 years ago ago by Robert Hall
Hi I have changed the menus text colours with the following code:
.main-nav .menu > li.current-menu-item > a {
color:#98005d!important;
}
.main-nav .menu>li>a {
color:#ffffff!important;
}
.main-nav .menu > li > a:hover {
color:#98005d!important;
}
since I put the background in black, I also need to change it in the sticky menu as it goes down so that the letters and links are seen like in the menu, with t what code should I put?
Thanks
David
Hello,
Please provide us with the link to your site.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
You have already the details, can you please check which code should I put to change the sticky menu font colour?
Thanks
David
Hello,
To change menu items color in the fixed header area you need add this code in custom.css file:
.fixed-header .menu li a {
color: #fff;
}
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Perfect but I have the problem now with the submenus of the sticky menu, now are white and I don´t see it.
Hello,
What color you want in fixed menu?
Regards,
Robert Hall.
Hello,
The submenus of the sticky menu the font colour black.
Thanks!
I’ve added this code into custom.css file. Check it.
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a,
.fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a {
color: #000 !important;
}
Regards,
Robert Hall.
Perfect.
Thank you very much.
Regards,
David
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Sticky menu text colour’' has been successfully resolved, and the topic is now closed for further responses