mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Remove active callback from hero typography options
This commit is contained in:
parent
4f5c558070
commit
b841092f8e
1 changed files with 0 additions and 2 deletions
|
@ -253,7 +253,6 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
'section' => 'storefront_typography',
|
||||
'settings' => 'storefront_hero_heading_color',
|
||||
'priority' => 50,
|
||||
'active_callback' => array( $this, 'is_homepage_template' ),
|
||||
)
|
||||
)
|
||||
);
|
||||
|
@ -275,7 +274,6 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
'section' => 'storefront_typography',
|
||||
'settings' => 'storefront_hero_text_color',
|
||||
'priority' => 60,
|
||||
'active_callback' => array( $this, 'is_homepage_template' ),
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue