Shopify themes, liquid, logos, and UX
I want to put the color DDAC00 in the sales point "Free worldwide shipping" and make its icon highlighted in bold on the product page. My theme is in Portuguese, which is my language, so I only translated the sales point to make it easier for you to understand. I made an edit of how I want it to look
URL: hallygold.com
password: cliagi
Solved! Go to the solution
This is an accepted solution.
Just go to the theme editor. And paste this code into the "Text" line
<font color="DDAC0"><b>Free worldwide shipping</b></font>
Contact me and I will help you
✅ Was my reply helpful? Click Like to let me know!
This is an accepted solution.
I thought you should highlight the text in bold)) If you don't need to should highlight the text in bold, then delete "<b>" and "</b>" in the code that I wrote to you👆.
To highlight the icon, add the code at the very bottom of the theme.css.liquid file :
.icon-truck .a {
stroke-width:5px !important;
}
Contact me and I will help you
✅ Was my reply helpful? Click Like to let me know!
This is an accepted solution.
Just go to the theme editor. And paste this code into the "Text" line
<font color="DDAC0"><b>Free worldwide shipping</b></font>
Contact me and I will help you
✅ Was my reply helpful? Click Like to let me know!
Thanks. What about the icon in bold?
This is an accepted solution.
I thought you should highlight the text in bold)) If you don't need to should highlight the text in bold, then delete "<b>" and "</b>" in the code that I wrote to you👆.
To highlight the icon, add the code at the very bottom of the theme.css.liquid file :
.icon-truck .a {
stroke-width:5px !important;
}
Contact me and I will help you
✅ Was my reply helpful? Click Like to let me know!
I'm trying to put the checkmark in the code but it doesn't work. Can you please resolve this?
In theme.css or theme.css.liquid, please add the code below.
svg .icon .icon-truck {
stroke: #DDAC00 !important;
stroke-width: 5px !important;
}
This don't work bro...
Can you help please! This doesn't work...
Help please, this doesn't work!
I already solved the problem with the checkmark. thank you so much
How did you make the icons bold?
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