Light Able
Bootstrap
Bootstrap
  • ✨Overview
  • 🚀Quick Start
  • 📂Folder Structure
  • 📄Page Structure
  • 🛠️Layout Customizer
    • 🌑Light & Dark Layout
    • 📡Navbar Color
    • 🎨Preset Colors
    • 🎱Sidebar Caption
    • 👾Rtl Layout
    • 🚞Box Container
  • 📦Dependencies
  • 📆Changelog
  • 🗓️Roadmap
Powered by GitBook
On this page
  1. Layout Customizer

Sidebar Caption

PreviousPreset ColorsNextRtl Layout

Last updated 1 year ago

To make a visible/invisible Sidebar Caption in the theme navbar change value in "/gulpfile.js".

To make visible Sidebar Caption in the navbar change given below

const caption_show = 'true';

To make an invisible Sidebar Caption in the navbar change given below

const caption_show = 'false';

🛠️
🎱