Tagged: x Author Posts April 10, 2016 at 2:28 pm #875478 Malcolm GParticipant Hi, when I try to add a woocommerce product shortcode – [product id=”5225″] – to a post page, it doesn’t display the image etc…pls see: https://www.laganum.com/2016/03/29/cultivar-carolea/ why is this? thanks, April 11, 2016 at 1:13 am #875970 ChristopherModerator Hi there, Please find and remove following CSS from customizer : .single .entry-featured { display: none; } Thanks. April 11, 2016 at 1:36 pm #876957 Malcolm GParticipant thank you – it works but it also restores the featured image at the top of the post which I had wanted to hide…? April 12, 2016 at 12:46 am #877690 ChristopherModerator Hi there, You’ve removed the shortcode, so I’m not sure if I’m recommending you proper CSS. Please keep previous CSS and add this as well: .entry-content.content .entry-featured { display: block; } Hope it helps. Author Posts