What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Open Header external link in new window

Solved

Open Header external link in new window

gina16
Excursionist
19 1 4

Hi,

I'm trying to make an external link (CBD Shop) on the navigation open in a new window. I use Stilletto theme. Can anyone help? 

https://kiki-health.com/

Thanks

Accepted Solutions (2)

Moeed
Shopify Partner
6367 1725 2088

This is an accepted solution.

Hey @gina16 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<script>
document.addEventListener('DOMContentLoaded', function() {
  var cbdLink = document.querySelector('a[href="https://cbdkikihealth.com/"]');
  if (cbdLink) {
    cbdLink.setAttribute('target', '_blank');
  }
});
</script>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

gina16
Excursionist
19 1 4

This is an accepted solution.

That worked perfectly! Thank you so much 🙂

View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
6367 1725 2088

This is an accepted solution.

Hey @gina16 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<script>
document.addEventListener('DOMContentLoaded', function() {
  var cbdLink = document.querySelector('a[href="https://cbdkikihealth.com/"]');
  if (cbdLink) {
    cbdLink.setAttribute('target', '_blank');
  }
});
</script>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


gina16
Excursionist
19 1 4

Hi Moeed, 

Any chance you can help me add an external link in the navigation?

1. I want to add 'CBD Oils' in the 'All Products' > 'Shop by range' dropdown menu, but this also needs to link to the external site in a new window. 

2. I want to change the image in the Full-width mega window and make the button link also go to the CBD site in a new window. 

Really appreciate your help 🙂

Thank you 

Gina

gina16
Excursionist
19 1 4

This is an accepted solution.

That worked perfectly! Thank you so much 🙂

Moeed
Shopify Partner
6367 1725 2088

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral