Help with custom Header and Mega Menu

Help with custom Header and Mega Menu

CONFORTI
Visitor
1 0 0

Hi,

Im lookin for somebody to help with custom animation on Header and Mega Menu in Prestige theme.

I want to operate like the apple menu .. dropping down from the top with the same animation and the sight transparent blur on headed bar and mega dropdown menu... also blurring out the site underneath when activated.

Screenshot 2024-08-12 at 5.23.30 PM.png

see site https://www.apple.com/ 

please let me know if you can help me with this and your fee to do so 🙂

 

Best,

AC

 

Replies 3 (3)

Asad-Mahmood
Shopify Partner
321 53 63

Hi @CONFORTI 
I would be happy to help you. Could you please share your store url so that I can add the desired styling?

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




namphan
Shopify Partner
2268 296 333

Hi @CONFORTI,

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

details.header__menu-disclosure[open]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: -1;
    backdrop-filter: blur(10px);
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
namphan
Shopify Partner
2268 296 333

Hi @CONFORTI,

Have you tried this?

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com