Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #540876

    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.

    #541080

    Hey eviang!

    Add this to your custom CSS.

    .avia-button-wrap, .avia-button-wrap * {
        overflow: visible !important;
    }

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.