Broadcast Theme - When mega menu is open - blur the website

Solved

Broadcast Theme - When mega menu is open - blur the website

TBS2023
Shopify Partner
307 1 41

How can i blur the rest of my website when my mega menu is open

At the moment - the menu gets lots within the website like this

TBS2023_0-1742278589142.png

and i would like it like this

TBS2023_1-1742278635009.png

Thanks

www.thebodyshop.ca

datsau

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

This is an accepted solution.

Hi @TBS2023 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

.container:has(.meganav--visible):after {
    content: '';
    background: #ffffff78;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(15px);
    opacity: 9;
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

This is an accepted solution.

Hi @TBS2023 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

.container:has(.meganav--visible):after {
    content: '';
    background: #ffffff78;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(15px);
    opacity: 9;
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

TBS2023
Shopify Partner
307 1 41

AMAZING - thanks

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

You are most welcome! 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.