Okay
  Public Ticket #314528
Menu bar background
Closed

Comments

  • Mika started the conversation

    I am trying to add a backgound color to my menu bar.   The following css accomplishes the desired result.  Is this the best way to handle this?  How can I make the header NOT sticky?

    body header#top nav ul li {
    position: relative;
    top: -55px;
    background-color: #;
    height: 170px;
    }

    .sf-menu {
    position: relative;
    top: 110px;
    background-color:#9f9;
    color:#0f0f0f;
    height:3em;
    }

    .sf-menu a, .sf-menu a:visited {
    color: #000;
    }

  •  8,841
    Tahir replied

    Hey Mika!

    I am afraid we dont have any such option to add a background image to the menu header. Please consider hiring a freelancer over at Envato Studio to customize the site as per your liking . 

    Thanks 


    ThemeNectar Support Team 

  • Mika replied

    Can I make my header/menu NOT sticky?