mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Wrong customizer color used for hero headings
This commit is contained in:
parent
fe7fcc5993
commit
1daf7f9a95
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
.wp-block-cover .wp-block-cover__inner-container h4,
|
||||
.wp-block-cover .wp-block-cover__inner-container h5,
|
||||
.wp-block-cover .wp-block-cover__inner-container h6 {
|
||||
color: ' . $storefront_theme_mods['hero_text_color'] . ';
|
||||
color: ' . $storefront_theme_mods['hero_heading_color'] . ';
|
||||
}
|
||||
';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue