Please check the link in the private section.
How do I change the color of a button in the menu?
Hey Jelle,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
color: red;
background: orange;
border-color: green;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
That worked! Thanx! :-)