Changing Mega Menu background transparency - Dawn Theme

Solved
DP_2023
Excursionist
28 0 5

Hi,

 

I'm having trouble trying to find code to change the background transparency of the Mega Menu in the Dawn Theme. Currently it's solid black, but would like it to be at about 60% opacity.

 

Thanks in advance!

Accepted Solution (1)
PageFly-Kate
Shopify Partner
651 250 178

This is an accepted solution.

Hi @DP_2023 ,

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-mega-menu.css->paste below code at the bottom of the file:

.mega-menu__content {
    background: rgba(0,0,0,.6) !important;
}

I hope it would help you

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Optimize your store’s mobile shopping experience with the Blum theme.

View solution in original post

Replies 4 (4)
oscprofessional
Shopify Partner
14790 2218 2706

@DP_2023 
Hello,
Can You Please Share Your Store URL?

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
SomeUsernameHe
Shopify Partner
63 8 10

You can use the following CSS code in Dawn theme for opacity. 

.mega-menu__content {
    opacity: 0.6 !important;
}
PageFly-Kate
Shopify Partner
651 250 178

This is an accepted solution.

Hi @DP_2023 ,

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-mega-menu.css->paste below code at the bottom of the file:

.mega-menu__content {
    background: rgba(0,0,0,.6) !important;
}

I hope it would help you

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Optimize your store’s mobile shopping experience with the Blum theme.

DP_2023
Excursionist
28 0 5

Thanks Kate! This worked perfectly! 🙂