.entry-title { display: none }
.entry-title, .page-id-5573 .entry-title, .page-id-5569 .entry-title, .page-id-5566 .entry-title, .page-id-5561 .entry-title, .page-id-5555.entry-title, .page-id-5554 .entry-title, .page-id-5551 .entry-title, .page-id-2086 .entry-title, .page-id-5534 .entry-title, .page-id-5524 .entry-title, .page-id-5523 .entry-title, .page-id-5522 .entry-title, .page-id-5506 .entry-title, .page-id-5501 .entry-title {display:none;}
You could add CSS to overwrite this, but it would be a better idea to just fix the problem at its source. Since no theme is just going to hide its titles, let alone by specific page IDs, I assume this is CSS you’ve added. You’ll need to remove it to fix the problem.
If you still need to hide titles on those page ids, just delete the first rule, and this part of the beginning of the second rule:
.entry-title,]]>
I removed .entry-title {display: none} from the CSS but all it did was show the author and date etc, it didn’t display the post title as a title.
Do you have any other thoughts please?
Thanks
]]>