i just got rid of the add to cart button on code but the text is still there, can someone tell me how to remove it:)
Hello @Hugo19 ,
Please share your store URL.
Hello @Hugo19 ,
Add this css at the bottom
Online Store->Theme->Edit code
assets-> base.css
.product-form__buttons span {
display: none !important;
}
Am I copying that in?
Nevermind i did it thanks ![]()
If you got help from our code then please mark our solution as “accept”.
Thank you ![]()
