Shopify themes, liquid, logos, and UX
how do i remove this white background on the dropdown menu?
image:
WEBSITE:https://stubbornstudios.com/pages/staf
Solved! Go to the solution
This is an accepted solution.
Hi @Amin,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
ul#HeaderMenu-MenuList-3 {
background: transparent !important;
}
This is an accepted solution.
Hi @Amin,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
ul#HeaderMenu-MenuList-3 {
background: transparent !important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025