Tagged: x
-
AuthorPosts
-
April 15, 2016 at 10:08 am #884387
Denise TParticipantHey 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?April 15, 2016 at 11:07 pm #885228
Rue NelModeratorHello 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.
April 16, 2016 at 9:55 am #885781
Denise TParticipantGreat! 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!
April 17, 2016 at 2:56 am #886539
ChristopherModeratorHi there,
Please add this:
a.button.product_type_simple.ajax_add_to_cart { display: none !important; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-884387 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
