You can make it half-transparent.
Find your css file, and add to the class .menu-drawer this:
background-color: rgb(var(--color-background), .0);
A user seeks help making a dropdown menu background transparent on their Shopify store. The menu appears in the top-left corner of their site.
Proposed Solutions:
background-color: rgb(var(--background-color), 0.);.header__icon[aria-expanded='true']::before with background: transparent; in the main CSS fileCurrent Status:
The issue remains unresolved. The original poster tried multiple approaches, including adding the suggested CSS code in various locations within the section mentioned, but none of the solutions worked successfully. They’re unable to locate some of the specific CSS classes referenced (like .menu-reward-u).
You can make it half-transparent.
Find your css file, and add to the class .menu-drawer this:
background-color: rgb(var(--color-background), .0);