Hey guys – trying to change the main menu text for all links that are not for the current page item.
See here http://27.131.66.7/~lmecentr/ – I want to keep the current page item orange – but all all other text #413f3f.
Can you let me know how to do this?
Cheers
Hey ShortieD!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Best regards,
Yigit
Hi Yigit – I did this but it then changes the ‘current page’ link colour from orange to #413f3f.
see the screenshots
http://awesomescreenshot.com/0853aq2ef5
http://awesomescreenshot.com/0853aq2n5b
How do I do this?
Hi!
Please add following code to Quick CSS
.header_color .main_menu ul:first-child > li > a {
color: #413f3f;
}
Best regards,
Yigit
Thanks – that did it.