Sidebar Color
Sidebar Color
Aquiry allows you to change the sidebar color using the
data-sidebar-color attribute on the
<html> tag. Set it to
light for a light sidebar, or
dark for a dark sidebar.
This helps you match the sidebar style with your overall dashboard theme.
<!-- Example -->
<html lang="en" data-sidebar-color="light"></html>
Set Sidebar Color via JavaScript
You can also dynamically change the sidebar color using JavaScript in
app.js. Simply set the data-sidebar-color attribute
on the <html> element to light or dark
to update the sidebar appearance instantly.
data-sidebar-color="light""
data-sidebar-color="dark"