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.
wordpress ページ (Sofa QandA) があります。ホーム画面のグレーの改ページの色を変えたいです。css に関連するコードが見つかりませんでした。
それで、どうすればこれを行うことができますか?
水平方向の区切りが<hr>要素であると仮定すると、必要に応じてスタイルを設定できます。
<hr>
hr { /* your styles here */ }
デモ
要素でない場合は、hr右クリックして [要素の検査] を選択すると、改行がどのように形成されているか、どのスタイルが適用されているかを確認できます。
hr