Hello!
My site is: http://hobeandlucas.wpengine.com/ (hosted on WPengine)
I would like to change the main navigation to be #90ca49 when someone hovers over the item. How would I do this?
Thanks in advance!
Hey hobeadmin!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and make sure to check ” Apply only to mouse hover state”
Regards,
Yigit
Thank you for your help!
One additional question: I am trying to change all iconbox icons and icon lists to be green and then change to blue on a hover. How would I do this? http://hobeandlucas.wpengine.com/ (hosted on WPengine)
Thank you in advance!
Hi!
Try adding this to your custom CSS.
.iconbox_icon:hover {
background: blue !important;
}
Or if you only want it done to that page then drag a codeblock element over to your page content and add this inside.
<style type = "text/css">
.iconbox_icon:hover {
background: blue !important;
}
</style>
Best regards,
Elliott