Archived topic
WooCommerce Product Page - Duplicate Product Image
3 replies · Started by dynamohood on December 19, 2014
Hi
My Woocommerce website runs GeneratePress 1.22. When I updated to 1.24 yesterday I found an error on my product pages with the Woocommerce Prodcut Image appearing twice, when it should only appear once. Any idea how to fix this?
Cheers
Ant
Hi there,
Sorry about that - the newest version included two hooks in the WooCommerce template so you could use the Page Header add-on if you chose to.
To remove the top image, you can use this CSS:
.woocommerce .page-header-image-single {
display: none;
}
That's works!
Thanks for the quick reply and for an excellent WordPress theme!
Ant
You're welcome! Thanks for using GP!