How to make the side drawer transparent?

How to make the side drawer transparent?

christian_russo
Trailblazer
215 1 45

hi!

 

is it  possible to make the side drawer sort of transparent like this:

would love to change it from white background to that

Scherm­afbeelding 2024-05-14 om 12.16.23.pngScherm­afbeelding 2024-05-14 om 12.16.28.png

thanks! 

website: https://www.gallerychristian.com/

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10048 2389 3016

Hi @christian_russo 

Do you mean like this?

Made4uoRibe_0-1715720491337.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
christian_russo
Trailblazer
215 1 45

yes but is the white fade on the bottom also possible to remove?

Made4uo-Ribe
Shopify Partner
10048 2389 3016

Yes, we can remove it. 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.drawer::part(content), .header-sidebar__main-panel {
    background: black;
    opacity: .7;
    color: white;
}
.header-sidebar__footer * {
    color: white;
}
.drawer::part(header) {
    justify-content: right;
}
.header-sidebar__footer:before {
    background: unset;
}

 

And save. 

result:

Made4uoRibe_0-1715723601753.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
christian_russo
Trailblazer
215 1 45

doesnt work for me 😞

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @christian_russo ,

Please give us the storefront password so we can assist you

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

christian_russo
Trailblazer
215 1 45

6399