I defined one menu item in my main navigation with the Menu Style “Button Style Colored”. Now the menu item is blue.
I would like this button to have the same color as an button that I defined as a button and defined the button as green.
e.g. https://www.nachbarrecht.com/nachbarrecht-bayern.html – Blue button in the main navigation and green button “zum Sofort Download”
Further more I would like to add an icon to the menu item in the main navigation.
Is this all possible ?
Thank you in advance for your help
Hey Oversberg,
You can change the blue menu button to green by adding this code in your Enfold Theme Options > General Styling > Quick CSS field:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: #83A846;
border: none;
}
You can add a icon shortcode, or an image HTML code, beside the text on the Navigation Label. For example:
<span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
Best regards,
Mike
THANK YOU VERY MUCH MIKE !!!