-
AuthorPosts
-
October 9, 2024 at 9:29 pm #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!!
October 10, 2024 at 10:07 am #1468784Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
.main_menu #menu-item-11678 a:hover { color: green; }
Best regards,
RikardOctober 11, 2024 at 7:32 am #1468897****ADULT CONTENT WARNING***
Nothing changed for the “SHOP” menu item.
October 11, 2024 at 9:17 am #1468905Hi,
Please try this instead:
.main_menu #menu-item-11678 a:hover .avia-menu-text { color: green; }
Best regards,
RikardOctober 11, 2024 at 9:30 am #1468907its weird and still won’t work. I even added “!important” and it didn’t work.
October 11, 2024 at 4:14 pm #1468926Hi,
Please try this instead:
.av-main-nav > #menu-item-11678:hover > a { color: green; }
Best regards,
RikardOctober 11, 2024 at 6:37 pm #1468946Still no
October 12, 2024 at 6:00 pm #1468992Hi,
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,
MikeOctober 15, 2024 at 12:17 am #1469116I added this and nothing
October 15, 2024 at 12:10 pm #1469144Hi,
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,
RikardOctober 16, 2024 at 3:23 am #1469186****ADULT CONTENT WARNING***
sorry about that. try thisOctober 16, 2024 at 6:03 pm #1469261October 16, 2024 at 7:53 pm #1469265Thanks!!!!
-
AuthorPosts
- The topic ‘Menu Rollover color change’ is closed to new replies.