๐ŸงขHeader Theme

To change Header Background in the theme change value in "/gulpfile.js.

To make dark header in the theme change given below

const dark_header = 'true';

To make light header in the theme change given below

const dark_header = 'false';

Last updated