Shopify themes, liquid, logos, and UX
Hi Team, I need you kin help again - I tried asking around here already, but no positive result yet.
I go crazy in trying to make the Header on the homepage (only on the homepage) transparent and when scrolling down, it should turn to solid white. I tried already all solutions here in the board, but nothing helped so far 😞
Any ideas here?
The closest I got, was to add in theme.liquid additional css to make the header transparent, but it won't turn white when scrolling down.
Really, any feedback here highly appreciated.
My site is: www.bienenblatt.de
Thanks a lot and have y'all a great day!
Tom
Hey @Tom202
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
{% if template == 'index' %}
<style>
sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
background: transparent !important;
}
main#MainContent {
margin-top: -125px;
}
</style>
{% endif %}
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Moeed , thanks a lot for your help. It made the header transparent, but when I scoll down, it remains transparent. The header should become solide white, once I scroll down the Hero image.
Hey @Tom202
To make the header white on scroll is possible, but it requires code customization and is not only possible via CSS. It requires Liquid and JS coding. If you're not familiar with coding then I highly suggest you to hire a Shopify developer who can help you out in accomplishing this task.
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks a lot. I now played around a bit with Javascript and it works perfectly fine.
Here, however one small problem: when I scroll up, the header turns white (good). The header is 100% full width everywhere, except for my hero image and other full width sections (e.g. my liquid video section at the botton).
Any idea, how I can make the header full width all the time?
Hey @Tom202
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.header.white-bg {
max-width: 100%;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks @Moeed for your quick turnaroud. That worked smoothly.
I have one bug left, I can not find. Namely, when I am in the mobile version with the transparent header, and I touch on the Menu bar icon, the menu opens, but as you can see the menu "header" remains transparent, but should be white.
Any idea on how to fix that on the mobile version :)?
Hello! I see you fixed this issue on the mobile version, I'm struggling with the same issue. Would you be so kind and provide the solution? 🙂
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024