0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Shopify】裏技:カスタムCSSで設定できないはずのセクションセレクターにCSSを適用する

Posted at

カスタムCSSで設定できないはずのセクションセレクターにCSSを適用する方法を解説します。

通常、カスタムCSSでshopify-sectionsectionクラスにCSSを設定しようとすると、
下記のようなエラーが発生します。

無効なカスタムCSS: セクションセレクターはサポートされていません。 削除して変更を保存します。

ですが、これを回避する裏技があります。
下記のコードのようにクラス名を記述せずに、カスタムcssを設定します。
そうすると、sectionタグにcssが適用されます。

custom.css
{
  text-align: center; #任意のcss
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?