Tagged: x Author Posts December 9, 2016 at 5:41 am #1287244 Gerald EParticipant Hi iam using this shortcode: [prompt type=”left” title=”XXXX” message=”XXXX” button_text=”XXX” circle=”true” href=”http://XXX.com”%5D what code do i need to add so that the link opens in a new tab? Thanks in advance Gerald December 9, 2016 at 7:24 am #1287312 Paul RModerator Hi Gerald, You can’t add it in your shortcode. You can try adding this in cornerstone > settings > Custom javascript jQuery(function($) { $('.x-prompt-section-button a').attr('target','_blank'); }); or if you want it to affect all your prompt elements, you can add it in Custom > Edit Global Javascript in the customizer. Hope that helps Author Posts <script> jQuery(function($){ $("#no-reply-1287244 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In