• it is very difficult not to click on the ‘add to cart’ or ‘options’ text that hovers over product thumbnails, therefore I would like to remove this hover.

    Please help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @lbarnard,

    Are you referring to this button?

    If yes, to remove those buttons, please try adding below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    .woocommerce ul.products li.product .button {
        display: none;
    }

    If this was not the answer you were looking for, please let me know for further assistance.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the add to cart and options that over over products’ is closed to new replies.