How do i remove ‘Button label’ from Image Banner (only one of them)? Or how do i change it with ‘Add to cart’ button?
This is my site : https://steamdeals.myshopify.com/
How do i remove ‘Button label’ from Image Banner (only one of them)? Or how do i change it with ‘Add to cart’ button?
This is my site : https://steamdeals.myshopify.com/
to remove the button you can add this to youy css file:
a.button.button--primary {
display: none;
}
to change it with Add to cart you have to edit your HTML code.