Hi, I’m building a website for retailer and need to remove all buy function includes
“add to cart button”
“buy now button”
“shopping cart icon”
could anyone tell my how to have this done?
Thank you very much!
Hi, I’m building a website for retailer and need to remove all buy function includes
“add to cart button”
“buy now button”
“shopping cart icon”
could anyone tell my how to have this done?
Thank you very much!
@Lovinflame - it can be done using css.. or code itself can be removed
Hi thanks for your kind reminder!
Could you please tell me where could I get the tutorial for this?
@Lovinflame - can you share website link? I can give you css which you need to add
hello @Lovinflame
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.icon.icon-cart{
display: none !important;
}
Please share your store URL.