• Resolved rahulbshrestha

    (@rahulbshrestha)


    For an individual page, if I remove the featured image, the header image becomes the featured image. I wanted to leave it blank. Does anyone know anything about this? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, you can remove it with CSS. You’ll need to know your page ID (easy to find when editing the page, or you can find it via view source / inspect element).

    Then add this CSS. I’m using the linked page’s ID as an example:

    .page-id-307 .site-header .size-karuna-hero {
        display: none;
    }

    Let us know if you need more help!

    Thread Starter rahulbshrestha

    (@rahulbshrestha)

    Thanks! Worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove default featured image?’ is closed to new replies.