Hi there,
I am trying to change the color of the hover effect on icons in icon boxes to hover red with the icon color changing to white on hover. I tried some of the other solutions in these forums with no luck.
The page is https://hmddev.eight18.net/quote
I have already set up a custom CSS class on these as .icon-red-hover
Would you be able to provide some guidance?
Hey danieloliverio,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.icon-red-hover a.iconbox_icon:hover {
background-color: red !important;
}
.icon-red-hover a.iconbox_icon:hover:before {
color: #fff !important;
}
Best regards,
Mike
This worked! Thanks so much, Mike!
Hi danieloliverio,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko