Header stays transparent when sticky

Header stays transparent when sticky

Daniel19901
Shopify Partner
295 2 87

Hi, from some reason my header became trasparent for stick mode (while scrolling) as well. Can anyone help me set a color as background when scrolling ? 

 

It is not from the settings.. not sure what happened. It was fine until now 

 

https://cbh9cs8hom6nk645-75482267975.shopifypreview.com

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @Daniel19901

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_1-1715947669544.png

 

Step 2: Search file base.css,  theme.css or main.css

BSSTechVenture_2-1715947674681.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

.section-header {
    top: 0 !important;
}

 

Here is result: 

BSSTechVenture_0-1715947598999.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Daniel19901
Shopify Partner
295 2 87

Hi, it didn't work :(((

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @Daniel19901, try again with this code :

body:has(.scrolled-past-header) sticky-header.header-wrapper {
   background-color: #e5d9d9 !important;
}

 

Here is result: 

BSSTechVenture_0-1715955321483.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now