Image effect at homepage and related products and static blog

This topic has 6 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler

  • Avatar: amd4ever
    amd4ever
    Participant
    May 10, 2020 at 11:13

    hallo, i want at categories and brand page to keep the image effect but i want to change it at homepage at related products and products at static blocks to only zoom in

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2020 at 13:44

    Hello,

    Please provide screenshots for better understanding the desired result.
    Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links then you can provide links of screenshots here.

    Regards

    Avatar: amd4ever
    amd4ever
    Participant
    May 10, 2020 at 15:55

    Image Hover Effect we want to be zoom in or change color (its not a option) at homepage , at related products (in single product) and last seen
    for example at mouse over here: https://global.ecco.com/en/ladies

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 12, 2020 at 13:36

    Hello,

    There is no such built-in hover effect in our theme. You can implement this by additional CSS customization only. For example add the code below to Theme Options > Custom CSS and check the single product page

    .single-product-custom-widget-area  .content-product:hover .image-swap, .related-products .content-product:hover .image-swap {
        display: none;
    }
    .single-product-custom-widget-area .content-product:hover .product-content-image .wp-post-image, .related-products .content-product:hover .product-content-image .wp-post-image{
       -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }
    .single-product-custom-widget-area .content-product .product-content-image .wp-post-image,
    .related-products .content-product .product-content-image .wp-post-image{ 
        transition: all .2s;
    }

    Regards

    Avatar: amd4ever
    amd4ever
    Participant
    June 6, 2020 at 11:53

    Remove url from our posts because we can’t edit it. Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 6, 2020 at 12:12

    Done.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.