Archived topic
How to hide the Category Title in Category page
1 reply · Started by Jerome on February 24, 2021
Viewing posts 1–2 of 2
Hello,
I would like to hide the Category Title wich appears on top of the category pages (where articles are posted).
Here's a screenshot of what i want to hide : https://www.zupimages.net/up/21/08/jzia.jpg
Is there any way to do that? Thank you
Edit : i found the answer. I resolved it with the following code :
.category .page-header {
display: none;
}
Hi Jerome,
Yes, this CSS will do :)
This archived topic is closed to new replies.