Re: how to make menu have a transparent background

Solved

how to make menu have a transparent background

christian_russo
Trailblazer
215 1 45

hi! 

 

is it possible to make the menu background transparent and get rid of the black fade?

 

Schermafbeelding 2022-05-08 om 21.11.23.png

 

www.gallerychristian.com

password: Christianshop123

 

thanks!

Accepted Solution (1)

collinsmbaka
Shopify Partner
224 27 106

This is an accepted solution.

Hi @christian_russo 

 

Use this CSS to make the menu drawer transparent

  1. From your Shopify admin dashboard
  2. Navigate to Online stores > Themes > Select the main theme
  3. Click on Actions > Edit code
  4. From the code editor, search for the base.css file
  5. Paste this code at the bottom of the file
.menu-drawer {
    background-color: transparent !important;
}

 

Use this CSS to remove the background dark overlay

.header__icon--menu[aria-expanded="true"]::before {
    background: rgba(var(--color-foreground), 0.0) !important;
}

 

Cheers!

Collins Mbaka
Web Developer | Shopify Developer

View solution in original post

Replies 4 (4)

collinsmbaka
Shopify Partner
224 27 106

This is an accepted solution.

Hi @christian_russo 

 

Use this CSS to make the menu drawer transparent

  1. From your Shopify admin dashboard
  2. Navigate to Online stores > Themes > Select the main theme
  3. Click on Actions > Edit code
  4. From the code editor, search for the base.css file
  5. Paste this code at the bottom of the file
.menu-drawer {
    background-color: transparent !important;
}

 

Use this CSS to remove the background dark overlay

.header__icon--menu[aria-expanded="true"]::before {
    background: rgba(var(--color-foreground), 0.0) !important;
}

 

Cheers!

Collins Mbaka
Web Developer | Shopify Developer
christian_russo
Trailblazer
215 1 45

thank you!! is there also a way to make this fade shorter so it doesn't goes over the pictures?

Schermafbeelding 2022-05-08 om 23.06.24.png

christian_russo
Trailblazer
215 1 45

is it also possible to have this on desktop but not on mobile? because now it's like this: 

IMG_4961.PNG

thanks!

virregouda
Excursionist
16 0 4

Hello! I used this and it works, but now my menu header is still white, could you help me change color of that as well? 

Skärmavbild 2024-10-08 kl. 17.38.16.png