akshitcreations Posted November 27 Posted November 27 (edited) Site URL: https://www.akshitcreations.com/ I want to hide 'Add To Cart' button on my website. And mainly use this as a catalog site for now. How do i do that? Thanks in advance. Edited November 27 by akshitcreations
Marya Posted November 27 Posted November 27 Hi @akshitcreations Try adding this to your CSS panel .product-quantity-input { display: none!important; }//hide quantity selector .ProductItem-quantity-add-to-cart { display: none!important; }//hide add to cart button
akshitcreations Posted November 27 Author Posted November 27 Thanks Maya. I need more help. How to navigate to CSS panel?
Marya Posted November 27 Posted November 27 @akshitcreations Here's a quick, soundless tutorial on where to find that! https://share.zight.com/bLuNzdKX
akshitcreations Posted November 27 Author Posted November 27 I did the same. However i still see the 'Add To Cart' button on remaining pages.
Marya Posted November 27 Posted November 27 Remove this .ProductItem-quantity-add-to-cart { display: none!important; }//hide add to cart button And replace with this instead .pdp-layout .pdp-details .sqs-add-to-cart-button-wrapper { display: none!important; }
akshitcreations Posted November 27 Author Posted November 27 i did but no luck. I still see Cart icon and 'Add To Cart' button. Thanks so much for helping me out. This is the only thing holding me to publish my webiste. I tried a multiple option of forums but nothing helped. You can check my site too.
akshitcreations Posted November 27 Author Posted November 27 I think it worked. I tested the site in incognito mode and looks like it is working. I will check more. Thanks a lot for your help!!!
Marya Posted November 27 Posted November 27 @akshitcreations You're welcome! I just viewed on my side and don't see the buttons anymore. https://share.zight.com/v1uGojq7 Goodluck!!
Squareko Posted November 28 Posted November 28 Just simply add this code into Custom Css: .sqs-add-to-cart-button-wrapper{ display:none !important; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment