Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1113910
    renzofernandez
    Participant

    Hi guys,
    I can’t figure out how to remove the sidebar from individual blog posts http://feheleyfinearts.com/development/2015/11/16/new-website/. The reason I need the sidebar is for the woo-commerce page I am putting into a site http://feheleyfinearts.com/development/artwork/. As of right now, I have set the customizer layout to sidebar right, and have made each page to have a blank content to avoid showing the sidebar on all other pages, but I guess individual posts follow the global content layout. Long story short, how do I remove the sidebar from individual posts? Or is there a better way to achieve the result of having the sidebar show in the woo-commerce pages only?

    Thank you,

    Renzo.

    #1114004
    Rupok
    Member

    Hi Renzo,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

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

    If you don’t want to make it fullwidth then remove the second block of code.

    Cheers!

    #1114143
    renzofernandez
    Participant

    Hi Rupok,
    Perfect, thank you.

    Renzo.

    #1114187
    Rupok
    Member

    You are welcome Renzo!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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