How to change the sales point text color and make the icon bold in Impulse theme?

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

Free worldwide shipping (1).png

URL: hallygold.com

password: cliagi

Just go to the theme editor. And paste this code into the “Text” line

**Free worldwide shipping**

1 Like

Thanks. What about the icon in bold?

I thought you should highlight the text in bold)) If you don’t need to should highlight the text in bold, then delete “” and “” in the code that I wrote to you :backhand_index_pointing_up: .

To highlight the icon, add the code at the very bottom of the theme.css.liquid file :

.icon-truck .a {
  stroke-width:5px !important;
}
1 Like

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;

}

1 Like

I already solved the problem with the checkmark. thank you so much

This don’t work bro…

Can you help please! This doesn’t work…

Help please, this doesn’t work!

How did you make the icons bold?