Archived topic
Remove head title in category page
8 replies · Started by Philippe on January 27, 2015
Hello Tom,
I would like to remove head title in category page.
I Have tested a code in .css with :
.cat=18 .entry-title {
display: none !important;
}
and
.category .pagetitle {
display: none;
}
but neither of them work.
Have you a idea ?
Tanks by advence
Hi there,
For specific category:
.category-xx .page-header {
display: none;
}
For all category pages:
.category .page-header {
display: none;
}
Hope this helps :)
Tank you so much Tom, you are the best :)
You're welcome! :)
Where should i put that code?
i put it in the css but not sure it is right...
Ted
This should help: https://generatepress.com/knowledgebase/adding-css/
Let me know :)
I did try that with no result
.category .page-header {
display: none;
}
not sure if my main page is in a category
Resolved!
Checked the option in WP to not show the header in the right side of the UI
Glad you got it to work! :)
