Introduce extra block styles

This commit is contained in:
Mike Jolley 2019-08-02 12:42:56 +01:00
parent 56f19d4f53
commit 26bd8365b6
5 changed files with 40 additions and 14 deletions

View file

@ -707,7 +707,7 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
background-color: ' . $storefront_theme_mods['header_link_color'] . ';
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
color: ' . $storefront_theme_mods['heading_color'] . ';
}