Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1222899
    ahurlburt53
    Participant

    I’ve tried every forum articles but nothing worked. I would like for this white line to be gone
    http://i.imgur.com/eTtvH9I.png

    web url
    http://647.aaf.myftpupload.com/

    #1223023
    Jade
    Moderator

    Hi there,

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

    .x-header-landmark {
        border-top: 0;
    }

    Hope this helps.

    #1223581
    ahurlburt53
    Participant
    This reply has been marked as private.
    #1223621
    Lely
    Moderator

    Hi There,

    I saw this custom CSS from Appearance > Customizer > Custom > Edit Global CSS:

    .x-header-landmark {
        padding: 10px 0;
        border: 1px solid #f2f2f2;
        border-left: 0;
        border-right: 0;
    }

    Please update that CSS to this:

    .x-header-landmark {
        padding: 10px 0;
        border: none;
    }

    Hope this helps.

    #1223680
    ahurlburt53
    Participant

    That worked ty

    #1223803
    Darshana
    Moderator

    Glad we were able to help 🙂

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