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 #1639670
Remove Category Title from Category Page
Closed

Comments

  •  1
    trustbuilt started the conversation

    I would like to remove not just the word, "Category or Tab" (which I have done) but the name of the category or tab itself.  In one of the public forum support posts, I searched and found the excerpt below.  I cut and pasted the Custom CSS it says to but it did not remove the category page title.  The post below was from February so maybe something has changed.  Please help.

    From the public forum:

    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

  •  2,699
    PenciDesign replied

    Hi,

    The answered you showed is for Soledad - not PenNews. To do that, please add more this code to Customize > Addinational CSS:

    body.category .penci-archive__content .penci-page-title{ display: none; }

    Best Regards,

    PenciDesign

  •  1
    trustbuilt replied

    That worked, thank you.  How do I do the same for tags?

  •  2,699
    PenciDesign replied

    Hi,

    To do that for tags, please use more this custom css:

    body.tag .penci-archive__content .penci-page-title{ display: none; }
    

    Best Regards,

    PenciDesign

  •  1
    trustbuilt replied

    thank you very much!