Hi,
I would like to remove the sidebars for Pages, Categories and Archives in my single blog entry, example: http://kitticraft.com/kittifan-facebook-points/. What is the Quick CSS to do this?
Thanks in advance,
Lawrence
Hi,
I would like to remove the sidebars for Pages, Categories and Archives in my single blog entry, example: http://kitticraft.com/kittifan-facebook-points/. What is the Quick CSS to do this?
Thanks in advance,
Lawrence
I also want to do this for the search results page...
Hi Lawrence,
Try adding this to your Quick CSS.
body.single-post .sidebar, body.archive .sidebar, body.search .sidebar {
display: none;
}
Regards,
Mya
Thanks Mya,
Worked perfectly.
Regards,
Lawrence
I just saw that the CSS removed the sidebar from the rest of my pages as well. I've temporarily removed the CSS to get the sidebars back. How do I modify the CSS to remove the sidebar from just the single blog entry and search results page?
Hi,
body.single-post .sidebar, body.search .sidebar {
display: none;
}
Thanks,
Nick
Hi Nick,
Thank you, that's exactly what I was looking for...
Best regards,
Lawrence
Hi,
Good thing it is fixed. :)
Regards,
Ismael
This topic has been closed to new replies.