“Category” header on page
-
Hello! I have a question about how to remove the “category” header only blog posts. Whenever I post a write up the post will go under the correct category via a tag. But once it posts there’s a header.
It’s just a box around the word “category” and then whatever category it is. Like category: style.
The blog I need help with is: (visible only to logged in users)
-
Hello there, quoting the reply from this topic: https://en.forums.wordpress.com/topic/argent-theme-testimonials/#post-3148397, you may hide the page header using the CSS Customization.
.post-type-archive-jetpack-testimonial .page-title { display:none; }To add custom CSS:
https://en.support.wordpress.com/custom-design/editing-css/Do let us know if the above code section doesn’t work for your theme. Do you mind to share us the theme that you’re using for your site?
-
Apologies, the CSS code to hide the Category page title should be:
.category .page-title { display: none; }
- The topic ‘“Category” header on page’ is closed to new replies.