Remove the "CATEGORY: …"

  • How do you alter or remove what is displayed at the top of a categories pages? ie: Category: Thoughts on my page?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    If you have access to Custom CSS (part of a Premium Plan or Business Plan) you can do a work around, but you would need to add a different bit of code for each individual category.

    Please let us know if you would like to go ahead with the same.

    Thank you.

  • Looks like you decided to hide all page titles with:

    .page-title {
    	display: none;
    }

    you would need to add a different bit of code for each individual category.

    Just to clarify, you don’t actually need to add different CSS to hide each category separately. This CSS will hide page titles on all category archive pages, but not on any other type of page:

    .category .page-title {
     display:none
    }

    Let me know if you need anything else.

    Also just a heads-up that since your site has a Premium plan, you’re entitled to live-chat and email support, accessible here:

    https://wordpress.com/help/contact

    You’re welcome to still post in these forums, but those other support avenues may be faster, and you’ll always get a staff reply.

  • The topic ‘Remove the "CATEGORY: …"’ is closed to new replies.