afternoon,
Hoping someone can help; i’m looking to remove the add to cart button on my product pages: https://railtimes.live/products/train-times-software-licence-plus
i’m not sure which theme im using but any help would be much appreciated!
Thanks in advance,
1 Like
@railtimeslive please add this css to the very end of your app.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → app.css
.thb-product-detail .product-information .add_to_cart_holder {
display: none !important;
}
Hello @railtimeslive
- From your Shopify Admin, navigate to Online Store > Themes > Edit Code
- In the Assets folder, open app.css and add your CSS code at the end
.thb-product-detail .product-information .add_to_cart_holder {
display: none !important;
}