Removing the "powered by Shopify" link and creating a new link in Blockshop Theme

Hi there,

I managed to replace the “powered by Shopify footer” but I’d also like to link the new text to my website which I’ve entered, but it isn’t linking. Can anyone tell me what I’ve missed here? Thank you!!

Here is the code snipped from the footer.liquid file:

{% assign powered_check = powered_by_link | split: ‘>’ %}
{% if powered_check[1] != ’ </a’ %}

design by ederra

Hi @ederradesign ,

The HTML you added has an error, the and tags are 2 different tags. Can’t put in .

You can try below code:

[design by ederra](https://ederradesign.ca/)

Hope it can help you

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@ederradesign

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.