How to make the side drawer transparent?

hi!

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

would love to change it from white background to that

thanks!

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

Hi @christian_russo

Do you mean like this?

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

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

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:

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

doesnt work for me :disappointed_face:

Hi @christian_russo ,

Please give us the storefront password so we can assist you

6399