Skip to content

Commit 0506097

Browse files
authored
add template-sticky-header to typography control (#102)
1 parent 6446c8a commit 0506097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/includes/configs/customizer/controls/typography.controls.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
'priority' => 1,
7878
'output' => $bgtfw_typography->get_typography_output(
7979
$bgtfw_configs,
80-
'.widget, .site-content, .sm li.custom-sub-menu, .sm li.custom-sub-menu a:not(.btn), .sm li.custom-sub-menu .widget a:not(.btn), .attribution-theme-mods-wrapper, .gutenberg .edit-post-visual-editor, .mce-content-body, .template-header, .template-footer'
80+
'.widget, .site-content, .sm li.custom-sub-menu, .sm li.custom-sub-menu a:not(.btn), .sm li.custom-sub-menu .widget a:not(.btn), .attribution-theme-mods-wrapper, .gutenberg .edit-post-visual-editor, .mce-content-body, .template-header, .template-sticky-header, .template-footer'
8181
),
8282
'edit_vars' => array(
8383
array(

0 commit comments

Comments
 (0)