Hello,
I am trying to make the icons in my icon box change color and increase in size when the mouse is hovering over them. I’ve looked at several other posts but none of them seem to be trying to do exactly what I want to do. My website is arrowrealtynetwork.com.
Please help.
Hey Chris!
you could achieve that when defining a link to the icon. After doing so use this code in Quick CSS field:
a.iconbox_icon:hover {
background-color: pink !important;
}
I hope this will work.
Best regards,
Andy