• Resolved miodragk

    (@miodragk)


    I know there are possibilities to remove the featured image from an inside post, but not from the homepage, related topics or other widgets. Unfortunately I don’t know how to solve my problem with the Dyad Theme.

    I am a wordpress newbie, so please explain like I am 5.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Remove Featured Image from inside Post

    Hi there,

    To hide featured images from inside single posts and image post formats, please add the css below to your site via the customizer in Appearance > Customize > Additional css.

    .single-post .featured-content {
        display: none;
    }
    
    .single-post .entry-media {
        background-image: none !important;
    }
    
    @media only screen and (max-width: 960px) {
    .single-post .entry-media-thumb {
        display: none;
        }
    }
    
    .single-format-image.has-post-thumbnail .content-area {
        margin-top: 5% !important;
    }

    If the css doesn’t work, or if it causes problems elsewhere, please:

    • keep the css in the customizer
    • post a url to a post where the issue is visible

    Thanks ??

    Thread Starter miodragk

    (@miodragk)

    Thanks for the help Gary. Works like a charm!

    You’re welcome ??

    Hi, this didn’t work for me.

    Well it did remove the featured image, but now I just have a gray space instead and the pages is still cut in half: https://toietmoienvadrouille.com/salt-lake-city-usa/

    I’d like the page to be big without that big gray part.

    now I just have a gray space instead and the pages is still cut in half: https://toietmoienvadrouille.com/salt-lake-city-usa/

    Hi @madlounem,

    Did you resolve this issue?

    That post isn’t cut in half when I view it. Here’s a screenshot of how it looks for me:

    Screenshot toietmoienvadrouille com 2017 06 30 00 00 07

    Hi @gary-barrett, Yes I managed to find a solution. Very proud of myself by the way.
    Thanks for looking into it.

    Glad to hear you got it resolved.

    If you need help with any other issues in future, please start your own thread.

    Thanks ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dyad – Remove Featured Image from inside Post’ is closed to new replies.