How can I make an icon bolder on my website header?

How can I make an icon bolder on my website header?

Fatin_Aina
Visitor
1 0 1

pls help me to bold one of our icon at my header website 

 

Fatin_Aina_0-1689062603913.png

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10043 2388 3016

Hi @Fatin_Aina ,

Im sorry to tell you that this cant be done in the code. You need to edit this icon and bold because this is not a text its an Image. I hope it help. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Notmixi
Visitor
1 0 0

You need to add the Stroke to make it bolder. Add Custom CSS:

.header .icon {
stroke: white;
stroke-width: 0.1;
}