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

    I’ve found various references to this, but I can’t get it to work.
    I am using a menu with a setting of button style (coloured)
    I would like the buttons to change colour when I rollover the button.
    Does anyone have any ideas on how I can edit the css to do this?
    Thanks very much.

    #882666

    Hey arcray,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .header_color li.av-menu-button-colored:hover > a .avia-menu-text {
       background: #ccc;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #882702

    Brilliant- thank you :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change button colour on rollover’ is closed to new replies.