Skip to content

Commit

Permalink
Revert "fix sticky header not responsing to control (#68)" (#72)
Browse files Browse the repository at this point in the history
This reverts commit d2c1e19.
  • Loading branch information
jamesros161 authored May 4, 2023
1 parent d2c1e19 commit b6908b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/customizer/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ BOLDGRID.Customizer.Util.getInitialPalettes = function( option ) {
/* Header Background Color */
api( 'bgtfw_header_color', function( value ) {
value.bind( function() {
colorPreview.outputColor( 'bgtfw_header_color', '#masthead, #navi, #masthead-sticky', [ 'background-color', 'text-default' ] );
colorPreview.outputColor( 'bgtfw_header_color', '#masthead, #navi', [ 'background-color', 'text-default' ] );
} );
} );

Expand Down

0 comments on commit b6908b5

Please sign in to comment.