Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1209332
    allancaeg
    Participant

    There’s a bar under the header of the Ethos stack.

    How do I remove this? https://www.evernote.com/l/AIZ1lvs31U5Nh5GpXh5m-5caOZ8Le9C3628

    #1209411
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-navbar {
      border: medium none;
    }

    Hope this helps.

    Cheers!

    #1209602
    allancaeg
    Participant

    Thanks Rupok!

    It worked for native WP blog posts, but left this white bar on Cornerstone pages: https://www.evernote.com/l/AIYeOn7tE71Job7YkKzg6rqfIasrOU0jsDU

    #1209672
    Paul R
    Moderator

    Hi,

    Please replace the code provided with this.

    
    .x-navbar-fixed-top-active .x-navbar-wrap {
        margin-bottom: 0;
    }
    
    .x-navbar {
        border-bottom: 0;
    }
    

    Hope that helps.

    #1210906
    allancaeg
    Participant

    @Paul R It worked! Thank you!!

    #1211072
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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