Skip Navigation

[Resolved] No "featured image" in the content template but it still shows in views

This support ticket is created 5 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Shane 5 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#1369421

I am trying to: Create a view without the featured image

Link to a page where the issue can be seen: hidden link

I expected to see: no featured image

Instead, I got:

#1369423

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yalcin,

Thank you for getting in touch.

I suspect that this is being caused by the theme displaying the info.

You will need to hide this with some css.

.post-thumbnail{
display: none;
}

Add the code above to the CSS section of your content template to hide the featured image.

Thanks,
Shane