Like title says, I’m trying to get rid of this gray overlay, when i tried to remove it it made the icons on the right white, does anyone have a solution to just get the gray box gone and but have a black box behind dropdown menu text as well? thank you in advance password to store is: 2VEESED

Hi @Danniiell ,
To make the gray background transparant, please follow below step:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code just above tag
Result:
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Please add this code at the bottom of your base.css file
.header__icon, .header__icon--cart .icon { height: unset !important; }
.header__icon--menu[aria-expanded=true]:before { background: unset !important; }
.no-js details[open]>.menu-drawer, .js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu {
background: #000 !important;
}
THANK YOU SO MUCH! next is how do I make a black box border appear behind the dropdown menu text only covering the drop down menu portion? please help
Hi @Danniiell ,
It looks like you have already fixed the requested change. If this issue has been fixed a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!