- This topic has 3 replies, 3 voices, and was last updated 4 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Sidebar Condimentum
How do I remove a sidebar in my posts. It defaults to category and archives sidebars. Example
https://johnxxiii.ch/annual-general-assembly/
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?
Try this
.post-navigation {display:none;}
Thanks
Hi,
Kindly use this CSS to remove next and previous arrow.
#nav-below {
display: none;
}
Regards,
Chris
Looking for the best fastest WordPress themes? Stop right here! These lightning-fast themes are optimized for peak performance without sacrificing style. Perfect for speed-conscious bloggers, […]
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]