Skip to content
Public Ticket #19159

customize

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

The category is already hidden on the screenshot. The category text above the post title is a breadcrumb and you can't hide a specific element in this area.

If you want to also disable the breadcrumb, please go to Appearance → Customize → General → General Settings: check Disable Breadcrumb option field.

Regards,
PenciDesign.


Andres Navarro replied

Customer Reply

Hi, I am still trying to hide the post categories. I select Hide Category but it is still shown. 

PenciDesign Supporter replied

Staff Reply

Hi,

Please try to replace with this CSS:

.penci-page-header h1.entry-title {
    display: none !important;
}

Regards,
PenciDesign.



Andres Navarro replied

Customer Reply

Hi, I did both things, but the title is still in the homepage and categories in posts and homepage. 

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Single Post → General: check the Hide Category option.

If you want to hide the post title, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.container-single .single-post-title {
    display: none;
}

Regards,
PenciDesign.



Andres Navarro started the conversation

Conversation Start

Hi,

How could I hide the title and categories?

I attach you a screenshot. 

Thanks!

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