Home Forums WoodMart support forum Image Hotspot – Product preview

Image Hotspot – Product preview

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #165126

    MarcoStevens
    Participant

    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

    #165135

    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

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)