Tema Mint

Claro,

Puedes crear un nuevo componente de tema, adjuntarlo a tu tema y agregar el siguiente CSS:

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

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

    .search-menu {
        .btn.search-icon.has-search-button-text {
            .d-icon {
                color: orange;  /* icono del botón de búsqueda */
            }

            .d-button-label {
                color: orange;  /* texto del botón de búsqueda */
            }
        }
    }
}

¿Te ayuda?

1 me gusta