Hi,
For many of the buttons on my website, I have included a button icon, and selected “Check to only display icon on hover” for Icon Visibility to be true (ie. ticked).
Whilst the functionality works, it typically cuts off the bottom approximate 1/5 of the icon image.
I have included a link to my homepage where this happens on all of the buttons.
How do I correct this?
Thanks.
Hey eviang!
Add this to your custom CSS.
.avia-button-wrap, .avia-button-wrap * {
overflow: visible !important;
}
Cheers!
Elliott