Good Afternoon,
Please can someone give me some advice on how to remove the add to cart hover button from the products on the main page? I will need to add it back at a later date.
</
Thank you,
Good Afternoon,
Please can someone give me some advice on how to remove the add to cart hover button from the products on the main page? I will need to add it back at a later date.
</
Thank you,
Hey @DOVideo ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->custom_code.scss->paste bellow code in bottom of file.
.templateIndex .product-grid .add-to-cart {
display: none !important;
}
If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman
Thank you very much for your kind help.
This worked a treat ![]()
have a good day!