Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }

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

    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.