Tagged: header background color
I went into advanced styiling and made the change there but it does not reflect on the site.
I would also want to change the color of the clicked links in the main menu sublevels to white. Where do I do that?
Thank you for your help!
Hi Larestours!
Please flush browser cache and refresh your page a few times. I have checked edited elements in Advanced Styling tab and they seem to work fine on my end – http://i.imgur.com/lXLFkk2.png
Best regards,
Yigit
Thank you so much!
What about the clicked links on the main menu dropdowns? Where do I change that?
Kaira
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: white; }
Best regards,
Yigit
Thanks!