Image Hotspot – Product preview
-
Hi there,
I am looking for some help.
I’m using the Image Hotspot for multiple product previews, however the size of the product preview is too large. If possible, I would like to reduce the size of the preview.
Is it also possible to delete the product description and the read more button?
A small preview with the product title would be perfect.
Could you help out with a custom code?
Most others questions I have can be found here on the forum, which helps me great!
Thanks a lot in advance.
Best regards,
Marco
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body.hotspot-content {
width: 149px;
}
.hotspot-content .hotspot-content-text {
display:none;
}
.btns-shop-light .hotspot-content .add_to_cart_button{
display:none;
}
Set the block width as per your needs and if you want to hide the price as well, add this code too:
.hotspot-content .price {
display:none;
}
Best Regards