Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130646
    Sam
    Participant

    I am getting a white screen on over the navbar when the page loads. as soon as i scroll the white part disappears and desired colour on the navbar is visible.

    I have a section just below the navbar with a colour and have set the navbar to the same colour but still there is a visible difference in colour.

    How can I fix these issues?

    Thanks is advance

    #1130658
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1130661
    Sam
    Participant
    This reply has been marked as private.
    #1130666
    Christian
    Moderator

    Hey Sam,

    Please add the code below in your Appearance > Customize > Custom > CSS

    .x-navbar {
        background-color: #07b338 !important;
    }
    
    .x-navbar-fixed-top-active .x-navbar-wrap {
        margin-bottom: 0;
    }

    Hope that helps. 🙂

    #1130675
    Sam
    Participant

    Hi Christian,

    Thanks for that. It fixed the problem.

    There is still the problem of a slight different shade on navbar and body. Is that something that can be fixed. The colour can be changed a bit if it will fix the problem

    Thanks again. amazing support.

    #1130728
    Christian
    Moderator

    Change #07b338 to hsl(137, 92%, 36%)

    Thanks.

    #1130732
    Sam
    Participant

    Hi Christian and Christopher,

    Awesome support.

    Thanks again.

    #1130763
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

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