How do I stop the blog index displaying H1 and H2 heading content?

Hi,

I am able to login, can you please add this Custom CSS in Appearance -> Customize -> Additional CSS,

.entry-content > :not(.post-title) {
    display: none;
}

Let us know,

Thanks,
laranz.

Hi there,

That seems to have worked for the blog index section. But now there is absolutely no content in my blog post article. See attached image.

Thanks for all your help so far,

Alana

Hi,

Sorry for that, please replace the other CSS witht this one,

.blog .entry-content > :not(.post-title) {
    display: none;
}

Let us know,

Thanks,
laranz.

Wahooooooo!!! Solved. Thank you so so much!

Really appreciate all your effort.

Hi, there

Nice to hear your problem is fixed:)
Now I will now close this long topic feel free to contact us again Thanks! :wink:

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org

Thanks,
laranz.