Comments 1Erik started the conversationJanuary 29, 2019 at 3:16pmHi,Is there any way to make the dropdown background in the menu to be transparent? At the moment I have set a white background but preferrably I want it to be transparent so that i only see the menu items on a transparent background...Any custom css available for this?See below screenshot for examplehttps://cl.ly/834fdc9960f7 3,030Andrew repliedJanuary 29, 2019 at 7:53pmHi Erik,You can try the following General Setting > CSS/Script Related > Custom CSS Code to make the dropdown transparent. body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top .sf-menu li ul.sub-menu{ background-color: transparent !important; } Kind Regards Sign in to reply ...
Hi,
Is there any way to make the dropdown background in the menu to be transparent? At the moment I have set a white background but preferrably I want it to be transparent so that i only see the menu items on a transparent background...
Any custom css available for this?
See below screenshot for example
https://cl.ly/834fdc9960f7
Hi Erik,
You can try the following General Setting > CSS/Script Related > Custom CSS Code to make the dropdown transparent.
Kind Regards