Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1154863
    TheDude
    Participant

    Only problem I have still is:

    When you scroll down – transparent goes to white background but when I scroll back to the top it stays white.
    I would like this to go back to transparent

    ps i’m developing on a local machine so I can’t grant access but I’m sure you’ll have the code?

    #1154960
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global Javascript in the Customizer.

    
    jQuery(function($) {
        $(window).scroll(function (event) {
        var scroll = $(window).scrollTop();
        if(scroll==0){
            $('.x-navbar').removeClass('x-navbar-fixed-top');
        }
    });
    });
    

    Hope that helps.

    #1155004
    TheDude
    Participant

    Yeah Paul R – You rock dude!!!

    #1155099
    Joao
    Moderator

    Glad to hear we managed to help,

    Let us know if we can help with anything else.

    Joao

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