Archived topic
Remove Category Page's Title
6 replies · Started by Sean on November 16, 2017
https://i.imgur.com/VW8dBMI.png
Is there a way to remove the "title" for category pages? In the screen shot, it is shown on the left hand side, "Reviews"
Hi there,
Try this CSS:
.category h1.page-title {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That'll do it Leo, thank you!
No problem!
Hi Leo, it removed the title but unfortunately, there's a space left behind.
Check here:
http://prntscr.com/k146ya
How to remove that blank space and move posts a little upside.
waiting.
Thanks
Nevermind, i just found a helpful youtube video. The code removed the blank white space. Now the post looks great. ;)
Screenshot:
http://prntscr.com/k149md
here's the code:
.category .page-header {
display: none;
}
Have a great day. :)
Glad you figured out :)