Tagged: background, hover, navigation
Hi,
I’ve searched the forums and online so I apologize if I missed finding the answer to this. I just need one button on my website to change to a different color when the user hovers. So out of say five buttons, I just use the options made available in the theme options. One button, that happens to be a “DONATE” button, I need the background to turn blue when the user hovers. It seems simple enough but I have no been able to do this correctly. I can get almost everything to turn the right color on that button on hover except the background. Just need the Donate button to turn #3866b6 on hover by the user.
Hi!
First of all, thank you for using Enfold. :)
To clarify: are you trying to change the Donate menu item? If so, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-main-nav > li#menu-item-3286:hover > a {background-color: #3866b6 !important; }
If this isn’t the button you’re talking about, please let us know!
Best regards,
Sarah