Shopify– category –
-
Shopify
【Shopify】アカウントページを日本仕様にする(Debut編)
管理画面左側メニューの、オンラインストア > テーマアクション > コードを編集する Templatesファイルの上から8つめあたり「customers/addresses.liquid」を編集する。 23〜69行(下記)を <div class="grid"> <div class="grid__item medium-up--o... -
Shopify
Shopifyでフッターの「Powered by Shopify」を削除する方法
ストア管理画面 → テーマ → アクション → コードを編集するSectionsの中の「footer.liquid」82行目あたりの下記をコメントアウトして保存する。 <small class="site-footer__powerd-by">{{ powered_by_link }}</small> Debut は322行目
1