Archived topic
Woocommerce Featured Image problem
5 replies · Started by Pete Baker on February 21, 2015
Hi,
I seem to have an additional image on my product page when I add a featured image. If I remove the featured image, the additional image disappears but so does the main image.
Any ideas ?
see here -
http://cycletourstore.co.uk/product/lightweight-folding-titanium-spork-18g/?preview=true
Hi Pete,
This has been fixed in the newest version.
For now, you can use this CSS:
.woocommerce .page-header-image-single {
display: none;
}
Thanks Tom,
Is it better to update to the latest GP version to fix this?
The version with this fix (1.2.9) isn't out yet - so it's best to patch with that little code for now :)
Done! Brilliant as always Tom, thanks!
You're welcome :)