Viewing 1 replies (of 1 total)
  • Hi @vikasbobi,

    Currently there is no option to make the button opens in new window. But, to add it yourself, you can use this custom jQuery code and apply it with a custom javascript plugin that you can find on the plugins directory.

    ;(function($) {
    
      if( $('.header-slider .button-slider').length ) {
        $('.header-slider .button-slider').attr('target', '_blank');
      }
    
    })(jQuery);
Viewing 1 replies (of 1 total)
  • The topic ‘Button on home page’ is closed to new replies.