Certamente,
Puoi creare un nuovo componente tema, allegarlo al tuo tema e aggiungere il seguente 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 */
}
}
}
}
Ti aiuta?