To make a visible/invisible Sidebar Caption in the theme navbar change value in "/gulpfile.js".
const caption_show = 'true';
const caption_show = 'false';
Last updated 2 years ago