How am I able to make my Header drawer transparent?
Here is my current:
Here is what I would like it to look like:
How am I able to make my Header drawer transparent?
Here is my current:
Here is what I would like it to look like:
DM me with link to your website - I’ll help you.
Hi @ricky24
Please share your store URL so I can help you to do that.
Try this code
.drawer-bg-pane.open{
background:transparent;
}
where am I entering this?
In the custom CSS area
Hi @Debular
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.header-nav-drawer {
background: #ffffff8a !important;
}