Okay
  Public Ticket #2428385
Header Menu
Closed

Comments

  • Abatovo25 started the conversation

    Hello together, 

    how can I get the black background (header menu) all the time? Now I see the black background behind the menu only if I scroll down. 

    I don´t want to see the background image behind the menu…—> https://bit.ly/2A1Ctur

    Thanx a lot

  •  840
    Jelly replied

    Hello,

    Add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    header.invert { background-color: #000000 !important; top: 0px; position: fixed !important; z-index: 99999; min-height: 90px; } header .navbar-brand img { height: 100%; }
    

    https://tppr.me/bn0fm

    Best Regards,
    Jelly Team

  • Abatovo25 replied

    .

  • Abatovo25 replied

    Hello Jelly Team,

    great, thanx a lot :) 

    But now I have a new problem: if I scroll down on the page the menu position changed and the width/height of the logo also --> I only want to have always the same width/hight of the logo and the header-menu :) hope you can help me again...

  •  840
    Jelly replied

    Hello,

    Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    header .navbar-brand { height: 75px !important; }
    header .navbar-default .navbar-nav { margin: 25px 42px 25px 0 !important; }

    Best Regards,
    Jelly Team