Blog Titles not appearing on Post page properly

Hi there,

I just set up the blog page on a few sites and in the editor, I changed the title to a headline and have text below, but they are showing up weird. https://prnt.sc/11iwwc1, It is also not clickable to get into so not sure what is going on here. https://edwardstheme1.wpengine.com/blog/

I did made a custom header in PRO, but on another one of my sites that is not using PRO is doing the same thing. https://grahamtheme.wpengine.com/blog/

Please advise.

Hello @tkcostello,

Thanks for reaching out. You are having the issue because you have added a custom CSS. I can see that this code is hiding the title:

bbody.tax-wpfc_sermon_series, body.tax-wpfc_service_type, body.tax-wpfc_sermon_topics, body.tax-wpfc_bible_book, body.tax-wpfc_preacher, .entry-header, .p-meta {
    display: none;
}
.entry-title {
    display: none;
}

Please remove this code and test your site again.

That was it. Thank you so much!

You are most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.