Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1339898
    Andreas Bjerve
    Participant

    Hi!

    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

    #1339899
    Andreas Bjerve
    Participant
    This reply has been marked as private.
    #1340147
    Christopher
    Moderator

    Hi 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.

    #1340186
    Andreas Bjerve
    Participant

    Great, thanks!

    One more thing; how do I adjust the height of the navbar?

    🙂

    #1340282
    Rue Nel
    Moderator

    Hello 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.

    #1340747
    Andreas Bjerve
    Participant

    Thanks!

    #1340820
    Nico
    Moderator

    You’re most welcome.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1339898 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>