• I am using featured images in my posts to make them show on my homepage. How do I stop these showing as large images between the navigation and page titles?

Viewing 1 replies (of 1 total)
  • Paste this in Appearance -> Customize -> Design Options -> Custom CSS

    .single .featured-image {
    display: none;
    }

    try this Check out below link to see how it works on my site.

    [Signature links removed by moderator per forum rules.]

Viewing 1 replies (of 1 total)
  • The topic ‘Featured images – remove from top of posts’ is closed to new replies.