mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Introduce extra block styles
This commit is contained in:
parent
56f19d4f53
commit
26bd8365b6
5 changed files with 40 additions and 14 deletions
|
@ -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'] . ';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue