Archived topic
Disabling content box on one page
3 replies · Started by Anonymous on October 2, 2014
Hi I would like to disable the content container on the homepage is there a way to do this?
The content container, including any sidebars:
.home .site-content {
display: none;
}
the content container, excluding sidebars:
.home .content-area {
display: none;
}
Let me know if you need any more help :)
I, too, would like to remove the post container on the homepage, but keep my page header. Is there a way to only delete the post container while maintaining the image?
Thanks!!
Hi Kelly,
Did the above code I provided not work for you?
Let me know :)