css and sidebar widgets
-
Can I use CSS to keep the sidebar on my homepage but remove it from individual posts? If so, can you provide the code? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Definitely!
Please try this CSS and let me know if this what you are after:
.single-post .widget-area { display: none; }This CSS removes the widget area / sidebar only from single post pages.
- The topic ‘css and sidebar widgets’ is closed to new replies.