Okay
  Public Ticket #372312
Submenu Transparency
Closed

Comments

  •  1
    Matt started the conversation

    How do you adjust the transparency on the submenu?

    I've applied some custom css in order to do this for the header, something like:

    body div#header-outer[data-transparent-header="true"].transparent {
    background-color: rgba(255, 255, 255, 0.5)!important;
    }

    But now I'd like to do the same thing for the submenu, thanks!

  •  8,472
    Tahir replied

    Hey!

    Could you provide your site url so i can write up some custom css for you.

    Thanks


    ThemeNectar Support Team 

  •   Matt replied privately
  •  8,472
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body header#top .sf-menu li ul li a {
        background-color: rgba(255, 255, 255, 0.5)!important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Matt replied

    Tahir- perfect, looks awesome! Thanks!