• Resolved hammar

    (@hammar)


    First of all thanks to the creator for such a beautiful stunning theme.
    How to remove zoom effect for featured image. (even I have set no effect on the theme to customize but still same as feature image showing in the front page as the diagonal view.
    i want static feature image.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @hammar
    First of all, thanks for the compliments, we really appreciate it ??
    Regarding your question: go to your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code in the box:

    
    .entry-featuredImg img, .woocommerce .wooImage .entry-wooImage img {
        transform: none;
        transition: none;
    }
    

    This will remove the animation in the featured images.
    [ Signature deleted ]

    This works for me:

    .woocommerce-product-gallery__wrapper {
    pointer-events: none !important;
    }

    • This reply was modified 5 years, 10 months ago by rschletty.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove zoom effect for featured image’ is closed to new replies.