Mintテーマ

はい、承知いたしました。

新しいテーマコンポーネントを作成し、テーマにアタッチして、以下のCSSを追加することができます。

.custom-search-banner-wrap {
    h1 {
        color: blue; /* headline*/

        &+p {
            color: red; /* subhead */
        }
    }

    .search-menu {
        .btn.search-icon.has-search-button-text {
            .d-icon {
                color: orange;  /* search button icon */
            }

            .d-button-label {
                color: orange;  /* search button text */
            }
        }
    }
}

これで解決しますでしょうか?

「いいね!」 1