Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #727138

    Please check the link in the private section.
    How do I change the color of a button in the menu?

    #727141

    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

    #727167

    That worked! Thanx! :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do I change the color of a menu button?’ is closed to new replies.