All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I have the fxmedia theme and my dropdown menu is transparent but I cant change it to a solid color. Pls help
Check the theme settings. Please do always send your store url along with your query when asking questions.
Thanks
In your base.css file in your theme code editor add this at the very bottom
details[open]>.header__submenu {
background: red;
}
Change red to any color you need. Hope this helps