Skip to content
Public Ticket #1851

How to hide Category title from category pages?

Conversation thread

RedDisenho replied

Customer Reply

Worked perfectly, thanks!

PenciDesign replied

Staff Reply

Hi,

Do you mean you want to remove "Category" words only or remove all the category title?

If you mean to remove "Category" words, you can check option for it via Customize > General Options > Remove "Category" words on category page.

If you mean remove category page title ( include category name  ), please add more this code to Customize > Custom CSS to do that:

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

Best Regards,

PenciDesign

RedDisenho started the conversation

Conversation Start

I would like to hide the category title in a page created via the menu. 

I´ve tried adding this lines to the CSS via the custom CSS option, but there were no results.

body.category .inform h1 {
    display: none;}
body.archive .inform h1 {
    display: none;}

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