Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1213117
    Tim
    Participant

    Hi X,

    As you can see here: http://www.rits-consultancy.nl/

    There is a transition when you scroll down and back to top in the navbar. I have achieved this with this css:

    @media screen and (min-width: 480px) {
        .x-navbar {
            transition: 0.5s ease;
        }
    }
    

    My question is: how do I achieve the same thing upon scroll? Now it goes immediately to white..
    I cannot find the right selector/css to do it.

    Thanks!

    #1213395
    Joao
    Moderator

    Hi There,

    As you have under construction mode activated please provide your admin credentials in a private reply in order that we can take a closer look.

    Thanks

    Joao

    #1213399
    Tim
    Participant
    This reply has been marked as private.
    #1214026
    Friech
    Moderator

    Hi There,

    Thanks for the credentials, transition does not apply to a background image. Please remove the background image you apply on the fixed navbar.

    .x-navbar.x-navbar-fixed-top {
        background-image: url("http://www.rits-consultancy.nl/wp-content/uploads/2016/10/dots-grey-rits.png");
        background-repeat: repeat;
    }

    Hope it helps, Cheers!

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