• Is there a way to remove the featured image from the top of the individual posts page but still have it appear on the home page in the game section?

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @eparadie,

    To hide the featured image of the single post page,

    Go to Dashboard >> Appearance >> Customizer >> Additional CSS, paste the below CSS here and publish it.

    .single-post article.inner-service img.page-image {
    display: none;
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a way to remove the featured image from the top of the’ is closed to new replies.