Hello, I like to disable click (link) option in featured images, for example:
http://www.adw.cl/elaboracion-del-whisky/
This is the behaviour wanted for all images, so maybe some global CSS is the best way.
Thanks very much!!
Regards
José
Hi jmaguirrei!
Add following code into the quick css field
#top .big-preview a{ pointer-events: none !important; }
Best regards,
Peter
Thanks Dude, works!
Regards
José