
We will explain how to hide the words "powered by Shopify".
Share
By default, Shopify includes the words “powered by Shopify” in the footer, but to be honest, you’ll probably want to remove it.
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.
On the Customize screen, select "Footer".
Enter the following code in the custom CSS section:
.footer__copyright small:nth-child(2) {
display: none;
}
This will allow you to hide only the words "powered by Shopify".
Please give it a try!