Sidebar Condimentum

Home Forums All Other Themes Sidebar Condimentum

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #158210
    MaribelMaribel
    Participant
    • Topics: 9
    • Replies: 9
    • Total: 18
    Member since: February 3, 2017

    How do I remove a sidebar in my posts. It defaults to category and archives sidebars. Example
    https://johnxxiii.ch/annual-general-assembly/

    #158211
    MaribelMaribel
    Participant
    • Topics: 9
    • Replies: 9
    • Total: 18
    Member since: February 3, 2017

    I was able to remove it through pasting this CSS code
    .single-post #content {
    width: 100%;
    }

    .single-post #sidebar{
    display: none;
    }

    Is there a better way to remove the sidebar in posts?
    I see the next arrow and previous post arrow. How can I remove that too?

    #158215
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Try this

    .post-navigation {display:none;}

    Thanks

    #158233
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to remove next and previous arrow.

    #nav-below {
        display: none;
    }

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.