Customizer: Adjust footer heading and link color

This commit is contained in:
Niels Lange 2020-02-17 18:19:26 +07:00
parent b2bb9bbea5
commit bf8010ae66
No known key found for this signature in database
GPG key ID: C21171A10A4B6ECD

View file

@ -786,11 +786,12 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
color: ' . $storefront_theme_mods['footer_text_color'] . ';
}
.site-footer a:not(.button) {
.site-footer a:not(.button),
.site-footer a:not(.button):not(.components-button) {
color: ' . $storefront_theme_mods['footer_link_color'] . ';
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .widget .widget-title, .widget .widgettitle {
color: ' . $storefront_theme_mods['footer_heading_color'] . ';
}