• Resolved yhhan

    (@yhhan)


    I set featured images in some pages for the slider, but I want to prevent featured images from displaying at the top of each page.

    Is there any solution to hide or remove them?

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Startup Blog!

    You can use the following CSS to hide the Featured Images on all pages on your site (won’t affect posts):

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

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove featured image from the single post’ is closed to new replies.