Hiding the featured image

Hello,

How can I hide the featured image inside a post, please?

I am using this CSS bellow but is just hiding in desktops and not on mobiles.

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

How can I make the image disappear also in mobiles, please?

Thanks

Ricardo

Hello Ricardo,

The code you are using should take work for both desktop and mobile view, however, I have checked your site and the code is wrapped in a media query that targets 1200px screen and higher:

Kindly check the placement of the code and remove it from the media query block so that it will take effect.

Hope this helps.

Thanks! Now is 100%

You’re welcome, Ricardo.

I would also like to hide my featured images on posts, where does this code need to be placed for it to work.

Hi Bill,

Please place the code in X > Theme Options > CSS:

Hope this helps.

1 Like

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