1. kerristevens

    kerristevens Guest

    Joined:
    Feb 13, 2013
    Messages:
    18
    Likes Received:
    0
    Hello,

    Is there away to remove "onmouseover script" in testimonials section?

    Thanks for your help.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .testimonial-wrapper img {
    pointer-events: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page