How to Remove Featured Image from Posts in Pro

I just updated to Pro and my posts now have the featured image showing again after removing them in X. I was able to remove them using the code (css) when I was in X but the code doesn’t seem to be affecting the featured image in Pro. Any Ideas? This is the old code that worked in X but has no effect in Pro:

.single-post .entry-featured {
display: none;
}

I have also tried:
.single-post .entry-title:before,
.single-post .entry-featured {
display:none;
}

Thanks in Advance
Jason (not a developer)

FIX: Added it to the Additional CSS tab rather than the Custom CSS tab for the win.

Hi,

Glad you were able to figure it out.

Have a nice day! :slight_smile:

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