Hi All,
We are hoping to get some assistance around removing the option to select Variant and Add to Cart from collections page in Crave v4 OR if we could not have the store redirect you to the cart page when selecting “Add to Cart” on the collections page
Hello @Delaney0931 ,
Please can you share store URL,
Thanks!
Thanks for the reply websense.
It is www.chaulkco.com.au
Hello @Delaney0931 ,
Go to online store > themes > edit code > find base.css file
Add to the given code at the bottom of the base.css file
.btn-globo {
display: none;
}
.swatches-globo .swatch--gl {
display: none;
}
save changes.
Thanks Team,
This is displaying correctly on desktop but is not displaying correctly on iPhone. Do you know if there is more adjustments needed to have this effective on phones?
Thanks