Archived topic
How to change the category look?
3 replies · Started by Tatiana on August 13, 2018
Hello,
1)I would like to change how the categories look like. I setup my primary menu with the categories link instead of a page.
2) How do I turn off the category name above the post?
3)Another question: is there any way to work generatepress with Mylisting theme? Which is a type of directory function site.
thanks
Hi there,
1. What do you want to change about them?
2. Try this CSS:
.category .page-header {
display: none;
}
3. If it's a plugin, it would work with GP. If it's a theme, then I don't believe you'd be able to make it worth with GP.
Let me know :)
1)I would like to use the post listing widget
2) Where should I try this css?
1. In that case, you would need to replace the category archive with a static page. I believe this is the only way to do that: https://generatepress.com/forums/topic/replace-default-post-category-template-with-a-blank-page-template/#post-608201
2. This should help: http://docs.generatepress.com/article/adding-css/