Home Forums Theme support button with target_blank

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 8 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • A question about Theme Astra . How can I open a button in a new window ?
    [button size="large" color="green" url="#"]Jobs[/button].
    where you can insert —-target=”_blank”— ????

    Please help me 🙂
    Barbara

    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 🙂

    Thank you very much!!!!

    You’re welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.