Home Forums Pro Themes Blog Diary Pro How to remove default featured image on pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #178283
    Melissa Orzechowski
    Participant

    I have set pages that I do not want to display an image on. The theme is defaulting to displaying a featured image block with my header image on each page (in addition to the header itself). I have gone into the individual pages and there is no featured image set. I have tried the following additional CSS:

    .page-template-default .featured-image {
    display: none;
    }
    This does not work.

    An example:
    https://recreationalhobbyist.com/category/hobbies/

    #178325
    Psink
    Keymaster

    @RECREATIONAL-HOBBYIST, please try this CSS to remove header image of the page

    .page .page-site-header{
    display: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.