Archived topic
How to Remove Sidebar from Categories?
3 replies · Started by Nyghtfall on July 6, 2022
Viewing posts 1–4 of 4
I've set up a Category menu on my site. How do I remove the sidebar from Category pages?
I tried setting Layout > Sidebars > Blog Sidebar Layout to Content (no sidebars) but it removed the sidebar from my Blog as well.
Hi Nyghtfall,
Can you try adding this CSS through Appearance > Customize > Additional CSS?:
body.category div.sidebar {
display: none;
}
body.category div#primary {
width: 100%;
}
Kindly let us know how it goes.
That worked. Thanks!
You’re welcome Nyghtfall! Glad that worked!
This archived topic is closed to new replies.