Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #878795
    Paulo Tebet
    Participant

    http://www.paulotebet.com

    I have defined a background color for the site ( Customizer/Layout & Design / Background Color Options / Background Color) and also for the Header, but there is a fine white line between this two elements.

    See here: http://prntscr.com/argehd

    How do I get rid of this?

    Regards,

    Paulo Tebet

    #879317
    Prasant Rai
    Moderator

    Hello Paulo,

    Thanks for writing in!

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

    div#top {
        border: none !important;
    }

    Thanks.

    #880555
    Paulo Tebet
    Participant

    Thanks.

    What would be the code to do the same to the footer?

    Regards,

    Paulo Tebet

    #880866
    Prasant Rai
    Moderator

    Hello Paulo,

    Thanks for writing in!

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

    footer.x-colophon.bottom {
        border: none !important;
    }
    
    footer.x-colophon.top {
        border-left: none !important;
        border-right: none !important;
    }

    Thanks.

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