I realized that to get the header to disappear on the main blog page, all the posts have to be set that way too. But I can’t figure out how to get rid of the header on blog category pages. can you help?
Thanks
Hi,
Can you post the link to one category page please?
Regards,
Josue
Sure… thanks Josue.
http://networkgreenhouse.com/responsive/category/designs-of-all-kinds/
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
.archive .title_container, .category .title_container{
display: none;
}
Regards,
Josue