Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1327466
    brendanduggan11
    Participant

    Hi There,

    I would like to add a logo to the left side of the navbar that only appears when the the page has been scrolled down and the nav bar has turned solid.

    my site: http://www.sunshinesalsatours.com

    ex: http://specialagent.apps-1and1.net

    Also I cant get the easing to work. I would like to ease into the solid nav bar over 1 or 2 seconds much like the example site.

    Thank You

    #1327537
    Joao
    Moderator

    Hi There,

    You have some customization hiding the logo bar I believe, you can remove that, and go to Appereance > Customizer > Header and select Inline instead of stacked.

    Hope it helps

    Joao

    #1327709
    brendanduggan11
    Participant

    Yep , that worked. Now I would like to keep it transparent until I scroll down and it will come in with the rest of the navbar.

    #1327927
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .x-brand.img {display: none;}
    .x-navbar-fixed-top .x-brand.img {display: block;}

    Thanks.

    #1328866
    brendanduggan11
    Participant

    Awesome, now to remove it from the mobile menu and only show it in desktop mode.

    Thanks,

    #1329038
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    @media only screen and (max-width: 800px) {
        .x-brand.img {display: none;}
    .x-navbar-fixed-top .x-brand.img {display: block;}
    }

    Thanks.

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