🎱Sidebar Caption

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';

Updated the Body Tag In the Views/Shared/_Layout.cshtml file, locate the <body> tag. Update or add the data-pc-theme attribute as shown below to apply the dark theme:

<body data-pc-sidebar-theme="dark">

Last updated