Okay
  Public Ticket #1192267
Optional Link Text on Slides (just target="_blank"?)
Closed

Comments

  •  1
    Versolaluce started the conversation

    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!

  •  291
    Paul replied

    Hello!

    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

  •  1
    Versolaluce replied

    Thank you so much!

    It works!

  •  291
    Paul replied

    You're welcome!