Home › Forums › Theme support › button with target_blank › Reply To: button with target_blank
Hi Barbara,
sorry, with the button shortcode its no possible, but you can do it with the default “a” tag:
<a href='#' target="_blank" class="button sc_button large green">Jobs</a>
Just add the classes like in the code above to your “a” tag, then its working 🙂