Featured Images – Limit where shown?

This topic is empty.

Viewing 5 reply threads
  • Author
    Posts
    • #1996


      Joe M
      Guest

      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!

    • #1997


      Spiracle Themes
      Guest

      Hi Joe,

      Could you please post your website URL?

      Best Regards

    • #1999


      Joe M
      Guest

      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

    • #2000


      Joe M
      Guest
      This reply has been marked as private.
    • #2009


      Spiracle Themes
      Guest

      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

    • #2011


      Joe M
      Guest

      Thank you. That did the trick nicely!

Viewing 5 reply threads

Reply To: Featured Images – Limit where shown?

Your information: