Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #748869

    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

    #748886

    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

    #748889

    THANK YOU VERY MUCH MIKE !!!

    #749055

    My pleasure

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.