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】対象のセクションの背景だけを変更する方法

Posted at

Shopify初心者向けに対象のセクションの背景だけを変更する方法を解説します。

下記のコードのようにsectionに対して:has(.固有クラス名)を使用することで、そのセクションの背景を変更することができます。

sample.css
section:has(.固有クラス名) {
  background-color: #000000;
}
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?