Sticky Navigation Background

Solved

Sticky Navigation Background

chichi0114
Shopify Partner
43 0 10

Hi,

 

Previously, my navigation bar was transparent, then when I scrolled through the page. It would become a sticky navigation bar with a navy background which was exactly what I wanted. However, one day I opened editor and it just became forever transparent. The navigation bar is sticky when I scroll, but the background is transparent. How can I fix this?

 

Screenshot 2024-12-10 at 12.44.41 PM.png

 

Thank you,

Chichi0114

Accepted Solution (1)

Kyle_liu
Shopify Partner
368 47 62

This is an accepted solution.

Hi  @chichi0114 

Please share your store url.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

View solution in original post

Replies 3 (3)

Kyle_liu
Shopify Partner
368 47 62

This is an accepted solution.

Hi  @chichi0114 

Please share your store url.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee
chichi0114
Shopify Partner
43 0 10

Hi Kyle_liu,

 

I just sent you a direct message!

Best,

 

Chichi0114

Kyle_liu
Shopify Partner
368 47 62

edit theme code, in file 'sections/header.liquid'

setHeaderHeight() {
      document.documentElement.style.setProperty('--header-height', `${this.header.offsetHeight}px`);
    }
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee