transparent menu

Hi everyone.
I want the menu transparent like this one from demos: http://themes.muffingroup.com/be/yoga/
But I cant make it.
Im having problems with y hosting so import doesnt work fine.
Could you help me? 
thanks a lot.

Comments

  • Hi,

    for this demo we use Fixed header style and also in Theme options > Layout > Custom CSS & JS > Custom CSS section we used below css:
    .header-fixed #Top_bar, #Top_bar.is-sticky { box-shadow: 0 0 0 0 !important; border-bottom: 1px solid rgba(255,255,255,.2); }

    /* Header */
    @media only screen and (min-width: 1240px) {
        #Top_bar #menu { background-color: transparent !important; }
    }
    #Header .top_bar_left, .header-fixed #Top_bar, #Top_bar #menu { background-color: rgba(0,0,0,.3); }

    #Top_bar .menu > li > a { letter-spacing: 4px; font-style: normal; }
  • Thanks a lot!
Sign In or Register to comment.