Okay
  Public Ticket #1111090
Hover Effects
Closed

Comments

  •  2
    mindjigsaw started the conversation

    Hi, how can I remove the hover animation of the button or link? I just want it to be a simple hover and does not animate...

  • [deleted] replied

    Hi mindjigsaw,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though

    Can you please send us an URL where a sample button is and tell us exactly which button is that.

  •  2
    mindjigsaw replied

    http://www.mindjigsaw.com/books/

    It seems like all the link in the button has this hover effect...

  •  1,559
    Laborator replied

    Hi,

    Paste the following code to your Custom CSS to remove the underline from the buttons.

    .woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a:hover:after {
        display: none;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group