powered by Shopifyという文字を非表示にする方法を解説します。

We will explain how to hide the words "powered by Shopify".

By default, Shopify includes the words “powered by Shopify” in the footer, but to be honest, you’ll probably want to remove it.

The words "powered by Shopify"

This is something that even people with no programming knowledge can easily do, so please give it a try.

Themes that have been confirmed to be reflected

・Dawn
・Oeigin

I think that you can generally hide themes that are available for free using this method, but if the theme is different it may not be reflected.
In that case, please feel free to contact us via our official LINE and we will assist you free of charge!

How to hide the text "powered by Shopify"


Go to the admin page and go to customization.

Select Footer

On the Customize screen, select "Footer".

Enter CSS

Enter the following code in the custom CSS section:

.footer__copyright small:nth-child(2) {
display: none;
}

Completed

This will allow you to hide only the words "powered by Shopify".

Please give it a try!

Back to blog

Leave a comment

Please note, comments need to be approved before they are published.