Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1331034

    I have two buttons in my menu and I need to change the color of the text on hover so that it is visible on the “Act Today!” button, but can’t figure out how. Could you assist? Here is the link to the site site

    Thanks!

    #1331096

    Hey ceakins1908,

    Thank you for the inquiry.

    You can use this css code to adjust the color of the menu text on hover.

    #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .avia-menu-text {
        color: #ffcc5e;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1331234

    Thanks Ismael! This code actually changed the hover color on all of the menu links and buttons. Is there a way to only change it for the act today button only? Thanks again for your help!

    #1331250

    Hi,
    Please try this css instead:

    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-42 > a:hover .avia-menu-text {
        color: #ffcc5e;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1331321

    Thanks Mike! This worked perfectly!

    #1331369

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change the color of menu button on hover’ is closed to new replies.