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!
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
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!
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
Thanks Mike! This worked perfectly!
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