Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #757415

    Hi there. I would like to be able to change the color of the button for the hover/click state in the main menu when using the Button Style (colored) . Essentially I would like it to show as a non link (i.e., have the color / fade stay the same as in the ‘rest’ state). I can not seem to find the css that controls this. Many thanks!

    #760128

    Hey!

    Sorry for the late reply!
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    li#menu-item-1313 a:hover .avia-menu-text {
        background-color: orange!important;
    }
    

    Best regards,
    Yigit

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