Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1315990
    marcooos
    Participant

    I’ve managed to remove the “add to cart” button that appears on hover on the category pages, but I would like to completely remove the mouseover effect so it stays static when you hover over a product title/image.

    #1315991
    marcooos
    Participant
    This reply has been marked as private.
    #1316060
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    
    .woocommerce li.product .entry-wrap {
        top: calc(100% - 10.385em) !important;
    }

    Hope this helps.

    #1316120
    marcooos
    Participant

    Thanks Jade that worked 🙂

    #1316141
    Jade
    Moderator

    You’re most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1315990 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>