Tagged: x Author Posts July 13, 2016 at 12:47 pm #1085314 goalsarecoolParticipant 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/ July 13, 2016 at 6:32 pm #1085790 JadeModerator 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. July 13, 2016 at 6:45 pm #1085798 goalsarecoolParticipant That seems to have worked. What about doing the exact same thing on the podcast page here: https://www.goalsarecool.com/podcast/ July 14, 2016 at 1:15 am #1086285 John EzraMember 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! Author Posts <script> jQuery(function($){ $("#no-reply-1085314 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In