Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #884387
    Denise T
    Participant

    Hey There,

    My site is http://www.wunderkid.co
    Within my shop, only one category (Original art) is showing the add to cart and read more button. All of my other products successfully hide this feature. How do I get these products to also not show the add to cart or read more button on the primary shop page?

    http://www.wunderkid.co/shop/art/original-art/

    #885228
    Rue Nel
    Moderator

    Hello Denise,

    Thanks for writing in! Regretfully the screenshot wasn’t uploaded because it exceeds the allowed file size. To hide the add to cart button in your shop page as well, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .woocommerce li.product .entry-header .add_to_cart_button.product_type_simple{
        display: none!important;
    }

    Hope this helps. Kindly let us know.

    #885781
    Denise T
    Participant

    Great! That worked for the products that were add to cart, but still leaves the products on that page that say read more showing underneath the product title. can you give me the css to fix that? Thanks!

    #886539
    Christopher
    Moderator

    Hi there,

    Please add this:

    a.button.product_type_simple.ajax_add_to_cart {
        display: none !important;
    }

    Hope it helps.

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