Comments Abatovo25 started the conversationJune 4, 2020 at 11:28amHello 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/2A1CturThanx a lot 850Jelly repliedJune 5, 2020 at 10:42amHello, 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/bn0fmBest Regards,Jelly Team1 LikeAbatovo25 repliedJune 8, 2020 at 8:29pm.Abatovo25 repliedJune 8, 2020 at 8:31pmHello 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... 850Jelly repliedJune 9, 2020 at 4:11pmHello, 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 Sign in to reply ...
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
Hello,
Add this code to Appearance > Customize > Additional CSS or at the end of style.css:
https://tppr.me/bn0fm
Best Regards,
Jelly Team
.
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...
Hello,
Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:
Best Regards,
Jelly Team