Pro: Hide featured image on single posts only

I have scoured the forum looking for code to hide the featured image on the posts page for Pro. I could hide it in X but not Pro. Please advise. hotflashdiva.com Thanks for your help.

Hey @janfox,

Please try this code in X > Theme Options > CSS:

.single-post .entry-thumb,
.single-post .entry-thumb img {
    display: none;
}

In case the code does not work, please copy all the codes that are in the Global CSS and paste it here.

It should provide some information if there are any CSS error that is causing the issue that you have to fix so that the CSS codes will work.

Hope this helps.

That worked perfect! Thanks so much!!!

You’re welcome!
We’re glad @Jade were able to help you out.

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