Tagged: x
-
AuthorPosts
-
January 21, 2017 at 3:26 pm #1339898
Andreas BjerveParticipantHi!
I´d like there to be some padding below my logo on the Navbar.
Also, when my navbar resizes/shrinks upon scrolling down, I´d like it (and the logo) to shrink some more, but I´m not sure what part of my custom CSS to edit…
Finally, I´d like to control the color and level of transparency on my Navbar.
Thanks a lot in advance! 😀
Andreas
January 21, 2017 at 3:27 pm #1339899
Andreas BjerveParticipantThis reply has been marked as private.January 21, 2017 at 10:41 pm #1340147
ChristopherModeratorHi there,
You should edit following block of code :
.x-navbar.x-navbar-fixed-top .x-brand img { font-size: 18px; width: 80px; }To control the transparency, edit this code :
.x-navbar { background-color: transparent !important; border: 0; }It could be :
.x-navbar { background-color: rgba(0,255,255,0.5) !important; border: 0; }Hope it helps.
January 22, 2017 at 12:04 am #1340186
Andreas BjerveParticipantGreat, thanks!
One more thing; how do I adjust the height of the navbar?
🙂
January 22, 2017 at 3:40 am #1340282
Rue NelModeratorHello There,
Thanks for updating in! You can adjust the navbar height in the customizer. Please go to Appearance > Customize > Header > Navbar Top Height (px). “Navbar Top Height (px)” must still be set even when using “Fixed Left” or “Fixed Right” positioning because on tablet and mobile devices, the menu is pushed to the top.
Hope this helps.
January 22, 2017 at 4:03 pm #1340747
Andreas BjerveParticipantThanks!
January 22, 2017 at 5:50 pm #1340820
NicoModeratorYou’re most welcome.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1339898 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
