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

    .woocommerce ul.products li.product .woocommerce-thumbnail-container:hover a img {
      top: 0 !important;
      -webkit-transform: translateY( 0 ) !important;
      transform: translateY( 0 ) !important;
    }
    .woocommerce-buttons-container {
      display: none;
    }

    Custom CSS can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

    2. This is not a standard WooCommerce product page, so its been affected by either your theme or some plugin you have. Temporarily switch to the Storefront theme and deactivate all plugins except WooCommerce. You should now see a standard WooCommerce product page complete with add-to-cart button. Reactivate your other software elements one-by-one to try to identify which plugin is hiding the add-to-cart.

    Thread Starter sandyaritaward

    (@sandyaritaward)

    Thank you so much! that worked.

    As for the second issue:

    We figured it out. I have a plugin called “Change WooCommerce Price Title”

    I thought when I was adding the price there, I didn’t have to add to the “regular price” field. My husband took a look at it and said the plugin is adding a “string” not a price…my computer ineptness strikes again.

    Plugin Support slash1andy

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    Glad to hear you are sorted out, Have a great one!

    Thread Starter sandyaritaward

    (@sandyaritaward)

    Me too. I was pulling my hair out. 🙂

    Thank you so much again!
    Stay Safe

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide “pop-up/toggle”add to cart button’ is closed to new replies.