Hello!
I made my header transparent thanks to the websensepro tutorial, I would like my logo and my icons (search, account and cart) to appear in white. Do you have a solution?
my website: www.charmya.fr
password: aubrah
THANKS
Hello!
I made my header transparent thanks to the websensepro tutorial, I would like my logo and my icons (search, account and cart) to appear in white. Do you have a solution?
my website: www.charmya.fr
password: aubrah
THANKS
Hi @amandby ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
{% if template == "index" %}
{% endif %}
Hope my answer will help you.
Best regards,
Victor | PageFly
THANKS! it works perfectly for icons but the logo has not changed and hamburger menu on phone view.
For the hamburger menu, to change color, you can add this code below:
{% if template == "index" %}
{% endif %}
For the logo, that’s because your logo image has such color. So I can’t change it to another color
Thanks again, for the logo if I import it in svg I could change its color or is that really impossible?
Hi, I think that is possible. Must try to know