Okay
  Public Ticket #1874196
Dropdown transparent background
Closed

Comments

  •  1
    Erik started the conversation

    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

  •  3,030
    Andrew replied

    Hi 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