Hello,
I was wondering how can i change sticky header color to black and accoringly the icons (menu icon to black and its background to white, language text (EN) to white, SHOP text to black and its background to white and the cart icon to white?
I would be able to change it in css code of the site, but i used to work with wordpress, where the code is much simpler and i know where to find it unlike here on this site.
The website: https://www.skiskates.com
Thank you in advance for your advice.
1 Like
@RomanStupka
thanks for post
can you please try this
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header--opening {
background: red; /* change color as you like */
}
1 Like
Hello,
thank you, it worked for the background color of the sticky header. Is there a way to change color of the mentioned items in the customization menu or is it have to be done with code as well?
Thank you in advance.
1 Like
@RomanStupka
Yes, it’s depend on your bg color
Hello,
managed to change most, but one last i do not know how.
and that being the language text (EN) next to the flag.
Your help is much appreciated.
1 Like
@RomanStupka
Thanks for the update and support.