Skip to content

Instantly share code, notes, and snippets.

@Kazuki-tam
Last active December 25, 2021 16:17
Show Gist options
  • Save Kazuki-tam/5f13380f3021ce05de7406c380b547e9 to your computer and use it in GitHub Desktop.
Save Kazuki-tam/5f13380f3021ce05de7406c380b547e9 to your computer and use it in GitHub Desktop.
テワタシUIカスタマイズ用CSS
/* テワタシUIカスタマイズ用CSS */
/* {{ 'tewatashi.css' | asset_url | stylesheet_tag }} をtheme.liquidに挿入してください */
/* 選択なしを非表示にしたい場合以下を記述 */
.tewatashi-checkout-method--theme-app-extension select>option:nth-of-type(2),
.tewatashi-checkout-method select>option:nth-of-type(2) {
display: none;
}
@Kazuki-tam
Copy link
Author

Layoutフォルダのtheme.liquidファイルを開き、headタグの中に以下記述をコピペします。

{{ 'tewatashi.css' | asset_url | stylesheet_tag }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment