Viewing 3 replies - 1 through 3 (of 3 total)
  • write this code in Appearance > Customizer > Custom CSS

    .featured-image{
    display:none;
    }

    I tried CSS code
    .page .entry-thumbnail {
    display: none;
    }

    Just to explain that you cannot just pick random CSS code on the Internet that was a solution to someone else’s website problem, and expect it to work on your website. The CSS class that this code is targeting entry-thumbnail is not even used anywhere on your website (at least not on the page you gave).

    Thread Starter persist9

    (@persist9)

    That worked for me.
    Thanks.
    You are right. I did search the web and found my initial CSS code and thought I was a champion – until it did not work – and I put this query.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS to stop featured images showing on pages’ is closed to new replies.