Comments 2anqi89 started the conversationMarch 26, 2017 at 9:54pmHow to make top area button link target _blank 7,092Oliver repliedMarch 27, 2017 at 2:19pmHI! in the: /wp-content/themes/thegem/top_area.php instad of (line 18) <?php thegem_button(array('href' => thegem_get_option('top_area_button_link'), 'text' => thegem_get_option('top_area_button_text'), 'size' => 'tiny', 'no-uppercase' => true), true); ?> Add this code <a class="gem-button gem-button-size-tiny gem-button-style-flat gem-button-text-weight-normal gem-button-no-uppercase" href="http://link,com" target="_blank">test</a> it's template just copy it to the child theme.Or add 'target' => '_blank', after 'size' => 'tiny',on line 18Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
How to make top area button link target _blank
HI!
in the:
/wp-content/themes/thegem/top_area.php
instad of (line 18)
Add this code
it's template just copy it to the child theme.
Or add
after
on line 18
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver