Delete category tite

Hi,

I have seen a reply that was given in order to delete the category title.

However, when I apply the CSS coding provided, all titles disappear, including my posts’ titles. How can I delete just the Category titles?

Thank you!

Hi @mamaza,

Thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


body.archive.category header.page-header {
    display: none;
}

Best Regards,
Movin