• I have my projects linked with my instagram and pinterest, but i want them to open in a new tab when i click them. I was looking for something in stylesheet but am not so skilled yet so didnt work it out. Is there even a way to do it?

    Regards,
    Jan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Jan,

    You can try to do this with jQuery.

    1. Please install and activate Insert Headers and Footers plugin that will allow you to insert JavaScript (jQuery) code.

    2. Go to your Dashboard → Settings → Insert Headers and Footers → add the following code to Scripts in Header section, and click Save button.

    <script>
        jQuery(document).ready(function(){
            jQuery('.project-item a').attr('target', '_blank');
        });
    </script>

    Kind Regards, Roman.

    Thread Starter garafolj

    (@garafolj)

    Thank you for your fast reply Roman and the plugin + script you recommended is working aswell ??

    Jan

    You are welcome Jan! ??

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sydney projects – to open links in a new tab’ is closed to new replies.