薄荷主题

当然,
您可以创建一个新的主题组件,将其附加到您的主题,并添加以下 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 个赞