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

Re: Powered by shopify still shows on secondary language even after we removed it from main language

Powered by shopify still shows on secondary language even after we removed it from main language.

CarEQ
Tourist
9 0 3

IMG_1098.jpeg

IMG_1100.jpeg

IMG_1099.jpeg

Reply 1 (1)

SteveC_Help
Shopify Partner
18 5 6

Hi CarEQ,

 

I should be able to help. Please note, I am not a developer.

 

If you are comfortable, you can remove the Powered by Shopify from appearing by tweaking the code.

  1. Find your current theme in the online store > Click "..." > Duplicate theme. This is not necessary, but recommended in case you make a mistake in the code and have an original backup.
  2. If you Navigate to Online Store > Click "..." > Edit Code > locate your footer.liquid > Search for "{{ powered_by_link }}", you should be able to find the code that links to the Powered by Shopify.
  3. Prior to making any adjustments, I would copy and paste the original full code on the footer.liquid to a separate document as another backup in case something goes awry.
  4. Rather than deleting the code, I would suggest using the {% comment %} and {% endcomment %} tags which will prevent anything between the tags from being rendered.
  5. Add Tags and save the template. See below for an example.

 

As an example, in the Dawn theme, the Powered by Shopify appears like this: 

Dawn theme 01.png

 

Adding the comments tags, then looks like this:

Dawn theme 02.png

 

This will remove and prevent the Powered by Shopify from being rendered on your website.

 

Note, that if your theme needs an update, any code adjustments will not transfer over after the theme update so if you go down this route, please be aware that you will need to redo this change. 

 

Hopefully, that helps or at least points you in the right direction. Cheers.