Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Shopify Community Downtime: The Shopify Community will be down December 5th for 15 minutes between 3pm and 4pm EST. Thank you for your understanding.

How can I make frosted glass effect on the header?

How can I make frosted glass effect on the header?

Paul222
Tourist
10 0 0

I am trying to get my baner to look like this, where the Header is transparent but also blurrs out the background:

IMG_0126.jpg

 

 

 

 

 

 

 

 

 

 

I have tried multiple answers that were already posted on here, but I just get it to this point and I can't figure out why my header isn't blurry:

Screenshot 2024-11-03 at 14.42.23.png

 

Could someone help me figure out why it doesn't work? I used this css code:

 

sticky-header{
backdrop-filter: blur(80px);
background-color: rgba(250, 250, 250, 0.20);
}

 

Replies 19 (19)

mrashid
Shopify Partner
290 24 28

@Paul222 url?

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Paul222
Tourist
10 0 0
mrashid
Shopify Partner
290 24 28

@Paul222 i think already fixed

 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Paul222
Tourist
10 0 0

On my page it still doesn't look blurry, only transparent 😞

Could you maybe share a screenshot, if it looks any different on your end?

mrashid
Shopify Partner
290 24 28

@Paul222 

mrashid_0-1730716538556.png

 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Paul222
Tourist
10 0 0

What could be the reason that it doesn't look like that on mine than? 😞

mrashid
Shopify Partner
290 24 28

please check in private window and let me know @Paul222 

 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Paul222
Tourist
10 0 0

Still looks like this:

 

Screenshot 2024-11-05 at 10.55.51.png

mrashid
Shopify Partner
290 24 28

@Paul222 okay let me check

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Paul222
Tourist
10 0 0

Thank you very much, did you find anything?

mrashid
Shopify Partner
290 24 28

@Paul222 just to confirm, are you currently using a MacBook

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Paul222
Tourist
10 0 0

Correct, yes

mrashid
Shopify Partner
290 24 28

@Paul222 oh let me check on macbook

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
mrashid
Shopify Partner
290 24 28

@Paul222 not working on macbook

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
mrashid
Shopify Partner
290 24 28

@Paul222 
please add this line in your backgrounf code didnt remove anything else 

-webkit-backdrop-filter: blur(50px);
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Paul222
Tourist
10 0 0

Add it to the header background code or the general background code?

mrashid
Shopify Partner
290 24 28

@Paul222  add in base.css 

#shopify-section-sections--23729334714714__header sticky-header{
-webkit-backdrop-filter: blur(80px);
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Paul222
Tourist
10 0 0

Still doesn't work ;(

 

Could you please give me a complete code for the banner to look like this:

 

IMG_0126-2.jpg

 

Maybe my code has a mistake preventing it from working correctly...

mrashid
Shopify Partner
290 24 28

@Paul222 is it possible for you 
For more direct communication, you can reach out via messaging

 

 

 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution