Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #96806
    JanetWad
    Participant

    I need to remove the sidebar from the posts page for one category of posts and then make the page full width.

    #96855
    Mahesh
    Keymaster

    @janetwad: Please post in your site URL and please mention for which category of posts do you want this?

    Regards,
    Mahesh

    #96997
    JanetWad
    Participant

    http://www.glosyoungcarers.org.uk/
    the category of posts is News and Events (slug:latest-news)
    thanks

    #97002
    Mahesh
    Keymaster

    @janetwad: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .archive.category-latest-news #primary {
        width: 100%;
    }
    
    .archive.category-latest-news #secondary {
        display: none;
    }

    Regards,
    Mahesh

    #97008
    JanetWad
    Participant

    Brilliant!
    Thanks very much
    Janet

    #97031
    Mahesh
    Keymaster

    @janetwad:
    Hi Janet,

    Thank you for your appreciation. If you like my support and Catch Everest theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform.
    Have a nice day.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove sidebar from category posts page’ is closed to new replies.