I know that its possible in Visual Composer in fact it doesnt even show a paper clip or option to view image. I want to be able to put a link on a image without having the paper clip or magnifying glass or any highlighting of the image appear at all. How do I turn this off for images in a page that are links but only appear to be so when a person mouses over the image and the mouse changes from a pointer arrow to the hand with the index finger symboling clickable?
Comments
please send us url to page where you want to do this and we'll tell you how.
Thanks!
.image_frame .image_wrapper .mask::after { display: none !important; }.image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
.image_frame .image_wrapper .image_links { display: none !important; }