Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085314
    goalsarecool
    Participant

    Is there a way to have the sidebar on the blog page but remove the sidebar when someone clicks on the post to read it?

    https://www.goalsarecool.com/blog/

    #1085790
    Jade
    Moderator

    Hi there,

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

    .single-post .x-main {
        width: 100%;
    }
    
    .single-post .x-sidebar.right {
        display: none;
    }

    Hope this helps.

    #1085798
    goalsarecool
    Participant

    That seems to have worked. What about doing the exact same thing on the podcast page here: https://www.goalsarecool.com/podcast/

    #1086285
    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.

    .single-podcast .x-main {
        width: 100%;
    }
    
    .single-podcast .x-sidebar.right {
        display: none;
    }

    Hope this helps – thanks!

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