Ethos Post Titles and Featured Images

In Ethos I has set the following code to stop the featured image appearing at the top of the post, but to allow the Post Title to be displayed:
.single-post .entry-featured {display: false;}
.single-post .entry-title {display: true;}

However the image is still appearing. Can you advise?

Thanks

Hi Alex,

Thank you for writing in, you almost got it with the first line of your code, please update that to this:

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

You don’t need the second line because the title is showing by default.

Add the css code on your Theme Options > CSS.

CSS reference display property

Hope it helps,
Cheers!

1 Like

Thanks - sorted !

You’re most welcome.

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