• Resolved mendas

    (@mendas)


    hi team,

    Since I installed the plugin I can′t prevent the featured image to be shown on my posts/recipe posts.

    I try to hide it on -> Appearence -> customize -> General settings -> Posts (blog) & Page settings by disabling “show featured image” but it doesn′t seem to be any difference if I mark it or not :/

    Any idea why this can happen?
    thank you in advance,
    Enrique

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Delicious

    (@wpdelicious)

    Hi @mendas,

    That setting works only for the normal post. Since the post you are creating from the recipe plugin, the setting will not work for it.

    To hide the featured image, you can add the below CSS code via Appearance > Customize > Additional CSS.

    .single-recipe .dr-feature-image{
        display: none;
    }

    Please add the code and let us know if it doesn’t work.

    Thread Starter mendas

    (@mendas)

    it works.

    Thank you very much again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feauted image always shown’ is closed to new replies.