Skip to content
Public Ticket #31048

Remove category title on category page

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

body.page .penci-page-header h1 {
  display: none;
}

Regards,
PenciDesign.

theweeklychew replied

Customer Reply

I'd also like to remove the page title at the top of pages I have created as well.

theweeklychew replied

Customer Reply

Thanks!

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

body.category .archive-box {
  display: none;
}

Regards,
PenciDesign.

theweeklychew replied

Customer Reply

Thanks.  But I don't only want to remove the word "category:".  I want to remove the category title itself.  I don't want it to appear as a title on the page.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → General → Category, Tag, Search, Archive Pages → turn on the "Remove "Category:" Words on Category Pages" option.

Regards,
PenciDesign.

theweeklychew started the conversation

Conversation Start

Hi.  I'd like to remove the category title from the top of the category page.  The breadcrumbs are sufficient.  How do I prevent the category from being shown as a title at the top of the page?  

Thanks is advance for your help.

Want to join this conversation or access attachments? Sign in first.