All things Shopify and commerce
This is an accepted solution.
Hi,
Hope this will help
At active theme, edit the code and add icon and text in product-template.liquid (or main-product.liquid)
Code example
<div style="display: flex; align-items: center;">
<img src="https://your-icon-url.com/icon.png" alt="icon" width="30px" height="30px" style="margin-right: 10px;">
<p>Your Text Here</p>
</div>
Use CSS for better styling and then update the html
This is an accepted solution.
Hi,
Hope this will help
At active theme, edit the code and add icon and text in product-template.liquid (or main-product.liquid)
Code example
<div style="display: flex; align-items: center;">
<img src="https://your-icon-url.com/icon.png" alt="icon" width="30px" height="30px" style="margin-right: 10px;">
<p>Your Text Here</p>
</div>
Use CSS for better styling and then update the html
Thanks for your help Small_Task_Help
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025