Question

編集画面のテキストカラー

  • c cecillia
  • 現在アコーディオンを使用しており、編集中のテキストカラーが背景と同化して見えない状態です。
    白色に変更したいのですが、どのようにすればよいでしょうか?

    • WP 6.7.1
    • PHP 8.3.x
    • JIN:R 1.4.0
    • Xserver
    • GoogleChrome
    • macOS 12 Monterey
    2025/09/10 13:18
  • tsu_

    こんにちは!
    画像ありがとうございます!

    管理画面「外観」>「カスタマイズ」>「追加CSS」に以下のコードを書いてみていただけますか?

    #postContent .a--accordion-title,
    #postContent .c--accordion-contents {
    color: #fff!important;
    }
    #postContent .a--accordion-toggle span {
    background-color: #fff!important;
    }

    2025/09/11 21:22
CLOSE