Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1123920
    UWC
    Participant

    How do I remove this dark space over the nav bar?
    uwcbear.com

    #1123926
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .x-logobar {
        background-color: transparent !important;
    }

    Let us know how it goes.

    Thanks.

    #1123950
    UWC
    Participant

    Better! But now there’s a big block of blank space. Halp?

    #1124047
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this one:

    .x-logobar {
        display: none !important;
    }

    Let us know how this goes!

    #1124199
    UWC
    Participant

    Perfect!

    #1124324
    Jade
    Moderator

    Glad we’re able to help. 🙂

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