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