Shopify themes, liquid, logos, and UX
Hello, there is a drop-down menu at the top left on the website I gave the preview link below. I want the background to be transparent when this menu is opened. Can anyone help me find the CSS code specific to this?
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);
I can't find .menu-drawer class
Add this CSS at the bottom of your main CSS file
.header__icon--menu[aria-expanded='true']::before{ background: transparent;}
Where should I add it?
In base.css file you'll fond the above class with CSS
Thank you very much for your help, but unfortunately it didn't work. I hope I'm not doing it wrong. I found the section you mentioned and added it in every way that could be added, but it didn't work.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024