Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
I’m having troubles with changing of font color in the Main Menu.
When adjusting settings in “Header-> Menu Style -> Main Menu Typography” I can change font type or size, but whatever I do with Font Color it always stays white.
Can you please advise what I am missing?
Hello,
The header version you have ON, is the light one. This controls the menu font and chooses the light menu (which has fonts white).
This is static (no option available in theme) so to change it you need to add Custom Css. Add this code:
.header_container.cl-header-light nav ul li a {
color: rgba(255, 255, 255, 0.85) !important;
}
Change the color to your wish.
Best regards!
You must be logged in to reply to this topic.