Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986389
    airmacinc
    Participant

    Good Afternoon!

    I am new to Themeco X & Cornnerstone, just getting started and ran into a question I have not seen in the forum or knowledge base.

    There are three horizontal fine lines on all the pages that disrupt the look of the background image. First under the top menu, then under the body and last above the footer.

    How can I remove these? Sending URL under Personal Reply.

    #986391
    airmacinc
    Participant
    This reply has been marked as private.
    #986582
    Joao
    Moderator

    Hi There,

    Welcome 🙂

    I can see two lines but not three

    This lines are the lines that separate the header and the footer from your content.

    To Remove them please go to WP-Admin Dashboard / Appearance / Customizer / Custom / CSS and add the following code:

    .x-colophon.top, .x-colophon.bottom {
    border-top: none;
    box-shadow: none;
    }
    .x-navbar {
    border-top: none;
    box-shadow: none;
    }

    Let us know if this fixes your issue.

    Also let us know if you need help with anything while starting with X and Cornerstone.

    Hope that helps,

    Joao

    `

    #988612
    airmacinc
    Participant

    Great THX !

    I was able to remove the last line by changing my selections on widgets so that is why you only saw two lines.

    THANK YOU very much for the fast response, if I have trouble I’ll let you know.

    #988617
    airmacinc
    Participant

    I made the changes, white line under top Primary menu still exists, the line between body & footer is gone!

    Also, is there a way to increase the font size of the menu in the footer? ……

    #988847
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-navbar {
        border: none;
    }
    
    footer.x-colophon.bottom 
    ul#menu-primary-menu-2 {
        font-size: 14px;
    }

    Hope this helps – thanks!

    #989795
    airmacinc
    Participant

    Great it all worked!

    #989951
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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