Change "add to card" button into an image (svg)

Hi Shopify community!

I am customising the Dawn theme.

My client has requested that instead of an “add to cart” button, they would like an icon (image).

Can anyone help?

@ateliermira

hi,
Greeting of the Day.

Welcome to the Shopify community!

Thanks for your good question.

yes, it’s possible through the custom code.

if you need more help then let me know.

That’s great! Thank you for your response!

Would you be able to guide me through the code?

Hi @ateliermira

You can do this with custom code.
Go to your product form.liquid file

Find add to cart button replace text with the SVG code.

Thank you for your help. I did try this initially, however it reverts back to the text when I click on a variant.

Hi @ateliermira

then it’s revert back with js.
You have to check the theme js files for this.

Thank you so much!

I have figured it out with the help of your advice :grinning_face_with_smiling_eyes:

1 Like