Archived topic
Title on category pages
3 replies · Started by Bernhard on July 31, 2021
Hello,
On the category pages the category name is show with h1 format. How can I set a different color and size?
The category editor shows the classic editor. How can I set it to the block editor?
Hi there,
Try this CSS:
.archive.category .page-header h1.page-title {
font-size: 20px;
color: #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect, thank you :)
Is it possible to activate the block editor for the categories?
No problem :)
Can you open a new topic for the separate question?
Thanks :)