Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi there – I’m not quite sure which area you’re referring to.

    Is this what you want to hide?

    Gibson Les Paul Traditional 2016 T Gibson Les Paul Traditional

    Thread Starter gombroo

    (@gombroo)

    I’ve already figured it out 🙂 It was site banner above the title. To hide it use the following code:

    .single-format-image.has-post-thumbnail .content-area {
    	margin-top: 5%;
    }
    .single-format-image.has-post-thumbnail .content-area {
    	margin-top: 5%;
    }
    .single-format-image.has-post-thumbnail .site-banner-media {
    	display: none;
    }
    Moderator Kathryn Presner

    (@zoonini)

    Thanks for sharing your solution in case it helps others. Glad you’re set, I’m marking this as resolved.

    juicyluce9

    (@juicyluce9)

    thanks for the CSS! was looking for the solution for hours

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide featured image in image post format’ is closed to new replies.