Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1483771
How to hide Category title from category pages?
Closed

Comments

  • RedDisenho started the conversation

    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;}


  •  2,699
    PenciDesign replied

    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 replied

    Worked perfectly, thanks!