Okay
  Public Ticket #1016560
link in new window
Closed

Comments

  •  2
    Michel started the conversation

    Please, in column with morphing outline, is it possible to create a link that opens in a new window and not in the current window ?

  •  8,997
    Tahir replied

    Add this to the Google Analytics section in Salient Theme Options Panel .

    <script type='text/javascript'>
    jQuery( document ).ready(function() {
    jQuery(".column-link").attr("target", "_blank");
    });
    </script>
    

    Best.


    ThemeNectar Support Team 

  •  2
    Michel replied

    It is ok.

    Thanks a lot.