mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Customizer: Adjust footer heading and link color
This commit is contained in:
parent
b2bb9bbea5
commit
bf8010ae66
1 changed files with 3 additions and 2 deletions
|
@ -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'] . ';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue