External Links - New Window . Dawn Theme

External Links - New Window . Dawn Theme

natemtnw
Visitor
1 0 0

Hello,

 

I have a PDF file within Shopify that is linked in my header as "Catalog". 

I want this link to open in a new window. However, I can't find the link code anywhere in the code to add the "blank" script.

 

Theme is Dawn.

 

Any help is appreciated! 

 

natemtnw_0-1745945433711.png

 

Reply 1 (1)

Shadab_dev
Shopify Partner
1413 72 153

You will have to modify code inside header.liquid file. inside the for loop when the second instance is running you can add the blank attribute inside the <a> tag. the statement is like this.

 

if forloop.index == 2 ofcourse in liquid syntax. Or you can select the specific a tag of the catalog menu item with js and add the blank attribute

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.