Header icon in bold

hi guys I wuant put this icon in header in bold , can help me

like this

Hi @Suco , You can try follow my instructions.

To make the header icon bold, please follow the steps below:

  1. Navigate to Online store => Theme => Edit code of the current theme.

  2. Find and open file “base.css”.

  3. Append the following code to the end of the file:

.header .icon {
    stroke: black;
    stroke-width: 0.5;
}

Now, save your changes and go back to your online store to check.

I hope these instructions will help you. If they are helpful, don’t forget to like and mark as the solution.

Have a nice day sir!

1 Like