Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カスタム テンプレートのラッパー用にさまざまな背景画像を読み込む必要があります。index.php、archive.php、および single.php に 1 つ必要です。
別の div を作成しようとしましたが、index、archive、および single が、ラッパー div がある header.php を継承しているため、機能しません...
どうすればこれを達成できますか?
前もって感謝します。
WordPress については承知していませんが、継承に問題がある場合は、スタイルシートでより強力なルールを指定できます。
.classname element { /* Styles goes here */ }
一方、!important宣言を使用することもできます(必要な場合を除き、必要になるまで使用したくありません)
!important