Guest Posted July 20, 2020 Share Posted July 20, 2020 Hi, So I am making a store and I only want the add to cart button on only one of my products. Currently I have removed the button from all the products using code but I now I want only one of the products to have it. I know I might have to use the page id but I’m not sure what to do after. Thanks Link to comment
tuanphan Posted July 20, 2020 Share Posted July 20, 2020 Can you share link to product? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted July 20, 2020 Share Posted July 20, 2020 8 minutes ago, tuanphan said: Can you share link to product? We can check easier. https://www.jieliuk.com/midea/portable-comfee-unit Thanks Link to comment
tuanphan Posted July 20, 2020 Share Posted July 20, 2020 Add to Home > Design > Custom CSS body#item-5eda3bb27f7ea5383878df72 .sqs-add-to-cart-button-wrapper { display: block !important; } body#item...is page id. see how to find page id. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted July 20, 2020 Share Posted July 20, 2020 26 minutes ago, tuanphan said: Add to Home > Design > Custom CSS body#item-5eda3bb27f7ea5383878df72 .sqs-add-to-cart-button-wrapper { display: block !important; } body#item...is page id. see how to find page id. Thanks so much! It’s working now! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.