How to replace the text on the button by image?

Modified on Thu, 09 Jun 2022 at 09:05 AM

You can do this by adding this CSS code as a custom inline style of the button:


background-image: url(REPLACE_THIS_BY_URL_TO_YOUR_IMAGE);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
width: 100px;
height: 30px;

You will need to upload your size chart image to your store using Image Manager (Storefront > Image Manager), and then copy the image url and paste it in the code above.


Then open the app, go to the menu App > Settings, replace size chart text by space, switch style from link to button, and paste the CSS code to the Custom inline style field





You can adjust the size of the button by changing width and height parameters in the CSS code.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article