• Resolved cmwalsh0889

    (@cmwalsh0889)


    Hi!
    I am using the Dieting Theme and I am having some issues getting the Featured Image to just appear on the home page next to the excerpt and NOT in the post.

    Every time I click the featured image, it shows up again in the post above my recipe and I do not want it to appear again within the post.

    Please see my page: https://www.healthhaps.com to see what I mean.

    It seems to be a coding issue that I cannot figure out.

    Thank you for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi cmwalsh, if your theme does not have the settings to remove or hide the featured image you can easily do it with some css.
    Add this to your custom css:

    .single-post .featured_image {
        display:none;
    }

    Let me know how this works for you.

    Regards

    Ernest Close

    Thread Starter cmwalsh0889

    (@cmwalsh0889)

    That worked perfectly! Thank you for the quick response!

    Always a pleasure.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Featured Image from Blog Post (Theme: Dieting)’ is closed to new replies.