Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1211481
    mach0boi
    Participant

    Hi! As the title says, how can I remove the sidebar from the “about me” page? This is the exact URL – http://www.thelazylifter.com/about/

    I’m using Ethos.

    #1211555
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    In order to remove Sidebar from a particular page, we’d like you to follow a thread with solution mentioned below :

    https://community.theme.co/forums/topic/how-to-remove-sidebar-from-homepage-but-leave-on-other-pages-and-posts-ethos-1/

    You can edit the given CSS as described to remove Sidebar from the about me page.

    Let us know how it goes!

    #1211649
    mach0boi
    Participant

    Hi. How can I know the page class of the about page on my blog? The screenshot on the link has been deleted already.

    #1211783
    Thai
    Moderator

    Hi There,

    To remove the sidebar only on the about page, please add the following CSS under Customizer > Custom > Global CSS:

    .page-id-4 .x-main.left {
        width: 100%;
        padding: 0;
    }
    
    .page-id-4 .x-sidebar.right {
        display: none;
    }

    Hope it helps 🙂

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