Tagged: menu
How would I change the color of a menu button (without changing all the buttons in the theme)? On my main nav I have a colored button right next to a bordered button — but there’s not enough space between them. How can I add that space. The link to the page: http://mje.onrushdigital.com/
Thanks!
Hey asinger777!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: red;
border-color: orange;
color: blue;
margin-right: 10px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit