Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Button label Remove

How do I change or remove a button label from an image banner?

Skerty
Visitor
3 0 0

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/

Reply 1 (1)

amine_diouane
Shopify Partner
35 4 6

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.