Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1056884
    adriangregory
    Participant

    Hello

    I’m trying to remove the border and shadow that appears below the header and above the footer. I’ve tried adding custom css that others have suggested on the forum but nothing has worked. I’m using the Integrity theme.

    Thanks in advance

    #1056929
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    
    .x-navbar {
    border-bottom: none !important;
    box-shadow: none !important;
    }
    
    .x-colophon {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    }

    Hope that helps, if not please provide us your website URL.

    Thanks

    Joao

    #1057083
    adriangregory
    Participant

    Thank you! Perfect!

    #1057153
    Joao
    Moderator

    Great to hear it 🙂

    Let us know if you need help with anything else.

    Joao

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