How do I stop the hyperlink effect when I scroll over images on the homepage featured sections. I already stopped the fading, but the mouse still makes it appear as if the pictures are hyperlinks. Thank you
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featured_content .column-three .inner_area .featured_img { pointer-events: none;} Thanks & Regards Nitesh Raghuwanshi
Thanks for the reply, I tried that but it does not seem to work. The pointer still turns to a hand as if there is a hyperlink.