mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Merge pull request #1096 from woocommerce/tweak/cover-block-5-2
WP 5.2 cover block + Blocks Homepage
This commit is contained in:
commit
1a7710b112
5 changed files with 435 additions and 30 deletions
|
@ -900,6 +900,15 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
.wp-block-table:not( .is-style-stripes ) tbody tr:nth-child(2n) td {
|
||||
background-color: ' . storefront_adjust_color_brightness( $storefront_theme_mods['background_color'], -2 ) . ';
|
||||
}
|
||||
|
||||
.wp-block-cover .wp-block-cover__inner-container h1,
|
||||
.wp-block-cover .wp-block-cover__inner-container h2,
|
||||
.wp-block-cover .wp-block-cover__inner-container h3,
|
||||
.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'] . ';
|
||||
}
|
||||
';
|
||||
|
||||
return apply_filters( 'storefront_gutenberg_customizer_css', $styles );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue