Okay
  Public Ticket #532090
column link to open in new window
Closed

Comments

  • rob started the conversation

    Hi, is it possible to link a column to open in a new window?

  •  8,990
    Tahir replied

    Hey ,

    Try placing this JS script in a RAW JS Page element on that particular page.

    jQuery( document ).ready(function() {
    
     jQuery(\".column-link\").attr(\"target\", \"_blank\");
    
    });

    Thanks


    ThemeNectar Support Team