Where should I add it?
Topic summary
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:
- One suggestion involves adding semi-transparent background color using CSS variables:
background-color: rgb(var(--background-color), 0.); - Another recommends targeting
.header__icon[aria-expanded='true']::beforewithbackground: transparent;in the main CSS file - A screenshot was shared showing where to locate the relevant CSS class in the base.css file
Current 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).