When I select a Logo Area font color, in this case white, the other pages that you are not on show up as a light grey color. I would prefer to have the pages I am not on be a different color than just a light version of the color I choose. For example if I have the Logo Area font color as blue and I want the pages I am not on to be white, not a lighter blue.
How do I make this happen?
Thank you
Hey!
Please add following code to Quick CSS to change the color of active menu item
.header_color .main_menu ul:first-child > li.current-menu-item > a {
color: red!important;
}
then go to Enfold theme options > Advanced Styling tab and edit “main menu links” to change menu colors
Best regards,
Yigit
Thanks!!