Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1468749

    ****ADULT CONTENT WARNING***
    On the Menu, I have the “SHOP” button set to “button style Colored”, but hen I do a rollover, it’s the same color as the box. How can I change the rollover color of just this menu item?

    Thanks!!

    #1468784

    Hey bemodesign,

    Please try the following in Quick CSS under Enfold->General Styling:

    .main_menu #menu-item-11678 a:hover {
      color: green; 
    }

    Best regards,
    Rikard

    #1468897

    ****ADULT CONTENT WARNING***

    Nothing changed for the “SHOP” menu item.

    #1468905

    Hi,

    Please try this instead:

    .main_menu #menu-item-11678 a:hover .avia-menu-text {
      color: green; 
    }

    Best regards,
    Rikard

    #1468907

    its weird and still won’t work. I even added “!important” and it didn’t work.

    #1468926

    Hi,

    Please try this instead:

    .av-main-nav > #menu-item-11678:hover > a {
      color: green; 
    }

    Best regards,
    Rikard

    #1468946

    Still no

    #1468992

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-text,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-text,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-subtext,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-subtext,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-text,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-text,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-subtext,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-subtext {
    	color: green;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1469116

    I added this and nothing

    #1469144

    Hi,

    Thanks for the update. The login details you posted earlier are not working, please check so that we can login to your site.

    Best regards,
    Rikard

    #1469186

    ****ADULT CONTENT WARNING***
    sorry about that. try this

    #1469261

    Hi,
    You have this PHP code in your Quick CSS breaking the css below it:
    Enfold Support 6505
    I moved the css to the top and now it works:
    Enfold Support 6507
    but you should still remove the PHP code and add it to your WPcode plugin as a PHP snippet, unless you already did.

    Best regards,
    Mike

    #1469265

    Thanks!!!!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Menu Rollover color change’ is closed to new replies.