Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Ruthie,

    I hope you are well today and thank you for your question.

    This is theme dependent issue. The plugin always puts the featured image in the content. Some themes like 2011, 2012 etc. also put the feature image in the Header on the single page. Most other themes don’t do this which is why it’s in the body.

    You can just hide one of the image by adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin.

    https://www.ads-software.com/plugins/simple-custom-css

    .entry-header img.wp-post-image {
        display: none !important;
    }

    Best Regards,
    Vinod Dalvi

    Thread Starter TheSilverForge

    (@thesilverforge)

    Hi Vinod,

    Thank you so much for your help – problem solved straight away! Much appreciated.

    Cheers,

    Ruthie

    You are most welcome, if I can be of any further assistance please don’t hesitate to ask ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double Up of Product Image’ is closed to new replies.