Site icon Catch Themes

Removing Titles WITHOUT removing blog Titles

I want to remove the titles which appear at the top of a page when you select a category. I tried inserting the following code in style.css - .entry-title { clear: both; font-size: 26px; font-weight: bold; line-height: 1.5em; display: none; } This works, but it also removes the titles from any blog posts I have. I want to keep the titles of my blog posts. Is there some exception code I can add or a better way of doing this please? I tried using this piece of code I saw on a different forum for the Everest theme .page.page-blog .entry-title { display: block; } but it didn't work. Cheers (Disclaimer - I did just post this in Wordpress.org too...apologies for doubling up)
Exit mobile version