Archived topic
hide (main) content title ?
2 replies · Started by Boris on December 13, 2015
Hello,
how can I hide the main title of content ?
For example:
1) I click on my page in the menu the category „paintings“.
2) I see all the posts from the category „paintings“.
3) On top of all posts I see the content title „PAINTINGS“.
I like to hide this title.
But I can only hide the title for single posts with the „Disable Elements“ function.
Any trick?
Thanks,
Hi there,
Give this CSS a try:
.category .page-header {
display: none;
}
Hi Tom,
thanks a lot for the prompt reply.
I will try this.
Best,
