Re: Bug on mobile version for transparent header that turns white upon scrolling in Dawn Theme

Solved

Bug on mobile version for transparent header that turns white upon scrolling in Dawn Theme

Tom202
Excursionist
16 0 11

HI there, with the little help of Javascript and the community here, I managed to make the header of the homepage transparent first, and then turn white when the user scrolls down.

 

It works smoothly on Dektop device, however on mobile there is a small glitch, i.e. when the header is still transparent and the use touches the Menu icon, the "header" of the menu remains transparent, but it should turn white - see screen recording attached. 

 

Any idea what to change in the Javascript or css file?

 

All feedback highly appreciated 🙏

The site is www.bienenblatt.de

Accepted Solution (1)
namphan
Shopify Partner
1333 164 199

This is an accepted solution.

Hi @Tom202,

I didn't find the code, did you add it to the correct file?

Or you can add it at header.liquid file:

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 5 (5)

namphan
Shopify Partner
1333 164 199

Hi @Tom202,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.section-header.menu-open .header {
    background-color: #fff !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
Tom202
Excursionist
16 0 11

Hi @namphan , thanks your feedback. I pasted your code, but unfortuantely it did not work. The menu header remains transparent on mobile 😞 

 

Tom202_0-1694016078297.png

 

namphan
Shopify Partner
1333 164 199

This is an accepted solution.

Hi @Tom202,

I didn't find the code, did you add it to the correct file?

Or you can add it at header.liquid file:

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
Tom202
Excursionist
16 0 11

Perfect! Thanks a lot! It worked 🙂 

namphan
Shopify Partner
1333 164 199

Hi @Tom202,

If you have any further questions, you can contact me.
Happy to help you.

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com