Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072027
    davidleefish
    Participant

    I’ve been using “no container” templates for the “pages” of my website. I need to change some of them to fullwidth for the comments section to appear at the bottom of the page.

    However, the main container for the fullwidth template has a border. What is the CSS to hide it?

    You can see it here: http://goodbyebutterflies.com/about/

    Thanks!

    #1072042
    Jade
    Moderator

    Hi David,

    Please add this in the customizer:

    .page-template-template-layout-full-width .entry-wrap {
        box-shadow: none;
    }

    Hope this helps.

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