Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1061142
    Apricitymedia
    Participant

    Hi, how do I remove containers from posts, there is no option as there is with pages! My post is at http://apricitymedia.co.uk/?p=484

    #1061145
    Christopher
    Moderator

    Hi there,

    The URL displays 404 page.
    Please add following code in Customize -> Custom -> CSS :

    .sinlge-post .entry-wrap {
        background-color: transparent;
        box-shadow:none;
    }

    Hope it helps.

    #1061320
    Apricitymedia
    Participant

    Hi, that hasnt changed anything. And why would my blog be appearing as 404?

    #1061326
    Apricitymedia
    Participant
    This reply has been marked as private.
    #1061377
    Paul R
    Moderator

    Hi,

    To remove it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .single-post .entry-wrap {
        display: block;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
    }
    
    .single-post .x-section > .x-container.max.width {
            width: 100%;
    }
    

    Hope that helps.

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