Featured Images – Limit where shown?

JM Started by Joe M · April 20, 2020 at 12:04 pm · 5 replies 0 voices Last reply 6 years, 2 months ago
JM
Joe M Original poster Member
#1

I’m using Purea-Magazine for an intranet site. On the home page, we have the three latest posts appearing in 3 boxes with featured images. Below that, all current posts appear, each with a repetition of the featured image. I’ve found a plugin, “Conditionally display featured image on singular pages and posts” which hides the featured image when viewing a post as a full page, but I haven’t seen a way of removing the featured images from repeating in the lower portion of the home page body section (below the three image boxes).

I thought maybe setting

.section-layout-1-area-box .layout-1-post-image {
display: none;
overflow: hidden;
}

in the Posts Layout 1 section of style.css would do it, but no luck there. Any ideas?
Thanks!

JM
Joe M Original poster
#3

Sorry, it’s an intranet site only, so it’s not accessible from outside of our network. This is what I’m talking about, though:

Screenshot

ST
Spiracle Themes Original poster
#5

Hi Joe,

Try this CSS

.home .blog-post img {
display: none;
}

Copy and paste it in Appearance -> Customize -> Additional CSS

Let us know if this works for you or not.

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Featured Images – Limit where shown?

By posting, your reply becomes public (unless marked private).