pls help me to bold one of our icon at my header website
1 Like
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.
You need to add the Stroke to make it bolder. Add Custom CSS:
.header .icon {
stroke: white;
stroke-width: 0.1;
}
