• Resolved peachtree123

    (@peachtree123)


    Not able to disable the select options and add to cart pop up with appears on product if the mouse is moved over it. googled a lot all answers ask to edit php code but i have 0 clue how to do that please can you help me?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this custom css:

    .woocommerce ul.products li.product:hover .button,
    .woocommerce ul.products li.product:hover .product_type_grouped,
    .woocommerce-page ul.products li.product:hover .button {
      display: none;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customize > Addtional CSS

    Thread Starter peachtree123

    (@peachtree123)

    Hello

    Thank you for such a fast response.

    Tried it still displays am i doing something wrong?

    Thread Starter peachtree123

    (@peachtree123)

    Works now. Forgot to publish??

    Thank you so much

    Plugin Support abwaita a11n

    (@abwaita)

    @peachtree123 we’re glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ADD TO CART / SELECT OPTIONS BUTTON’ is closed to new replies.