Tagged: x Author Posts June 30, 2016 at 9:52 am #1066781 Jeremy PParticipant I have an essential grid and I can’t get the links to open in a new page. In the item skin editor I have tried setting the link to media or cover, with the link target _blank It’s on this page: http://smartnutrition.ca/happy-healthy-eaters-course/ June 30, 2016 at 9:53 am #1066782 Jeremy PParticipant This reply has been marked as private. June 30, 2016 at 1:36 pm #1067105 RupokMember Hi there, Thanks for writing in! You can add this under Custom > JavaScript in the Customizer. jQuery(document).ready(function($) { $('.esg-cc a').each( function() { $(this).attr('target', '_BLANK'); }); }); If you want this for specific grid then you can use the Custom JavaScript tab – http://prntscr.com/bn5q55 Hope this helps. Author Posts <script> jQuery(function($){ $("#no-reply-1066781 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In