How can I make website links open in a separate window?

Hi! Can please someone help me with how can I make the links in my about page to open in a separate window? These links are going to pages in different websites so I think the best practice here is to open them in a separate page, right?

The links are the 2 interviews in the about page. Any code that then will open all the interviews in separate links? Ill add more soon.

https://gastonduflos.com/pages/about

Thank you!

@GASTY - please check if this slider section on about page allows you to open page in separate link , you can check settings in customize option.

If no then you may need javascript developer who can do coding which will open this page in new tab

Hi, @GASTY

Find the link in your about page. Then add target=“_blank” in the tag

AnneLuo_0-1714187977552.png

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Thank you @AnneLuo any code I can possibly add to the custom css of the block instead?

@GASTY - CSS will not work, you need to edit slider section code, once you edit slider section code, it will not be limited up to about page, it will open all the link in new tab wherever slider is used

Thank you [email removed] , any idea what type of file this is located? The json for the about page does not have the , only the link title

@GASTY - it is multi column section, check if anything is mentioned

Hi. You need to modify the multicolumn section. The tag is in the section.

Hey @GASTY ,

I have previously solved this in another thread. Take a look at the second solution here: https://community.shopify.com/post/2437278

Thank you @ThePrimeWeb , this was all I needed! I just added the " target=“_blank” after each link and it worked perfectly! Legend!