Comments 1Versolaluce started the conversationJune 1, 2017 at 8:16pmSetting an Optional Link Text on Slides it is target="_blank") by default.It has no sense for me (why I should want my visitors to leave my website by a "call to action"?!)How can I set it on "target="_self"?Thank you so much! 295Paul repliedJune 2, 2017 at 7:48amHello!You can edit the code in the "header.php" file. In the file, please find this code: $optional_link_tag = '<p><a href="' . $optional_link_url . '" class="small button" '="" .="" $button_color_style="" target="_blank">' . $optional_link_text . '</a></p>'; And you can change the "target" attribute for the button here.Regards,Paul 1Versolaluce repliedJune 2, 2017 at 11:38amThank you so much! It works! 295Paul repliedJune 3, 2017 at 3:55amYou're welcome! Sign in to reply ...
Setting an Optional Link Text on Slides it is target="_blank") by default.
It has no sense for me (why I should want my visitors to leave my website by a "call to action"?!)
How can I set it on "target="_self"?
Thank you so much!
Hello!
You can edit the code in the "header.php" file. In the file, please find this code:
And you can change the "target" attribute for the button here.
Regards,
Paul
Thank you so much!
It works!
You're welcome!