Hey everyone! I need some help.
I have a transparent menu that stays at the top when scrolling down, and when scrolling up, a menu with a white background appears. I want the logo in the transparent menu to be white, while in the menu with the white background, everything stays the way it is now. Is it possible to implement this?
Thanks!
link on my site: https://dboutique.shop/
Hi @dboutique
Please remove customized code you added to make a transparent menu and change option Sticky header in Online Store > Themes > Customize > Header then I can provide code to do your request
Still have code you added in base.css file
Please add this code to theme.liquid file, after
{% if template == 'index' %}
{% endif %}
The code works, but now the hamburger menu items in the mobile version of the transparent header are white.
And before that, my menu was hidden when scrolling down, but now it is not hidden
If you want the header hidden when scrolling down, please change Header > Sticky header > On scroll up.