// Basic Clickable on Whole Column with Target Blank
if(SDB.App.exists('.tg-clickable')){
$(document).on('click', 'body:not(.fl-builder-edit) .tg-clickable > .fl-col-content', function(event) {
var link = $(this).find("a").attr("href");
window.open(link,'_blank');
return false;
});
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter