Metronic 8 Bootstrap Vue Demo 1 - change color light theme
Hi Lauris,
can you please pass me information about possibility of changing colors in light theme?
I would like to change sidebar (in sidebar mode) OR header ( in header mode ) from black to different one?
Dark theme is fine and I would like to stay as it is but I need to change color of the sidebar or header ( which is black ) to e.g yellow and get back to default out of the box dark theme.
Best Regards
Krystian
Replies (1)
Deleted comment
Hi,
You can override dark sidebar color using the following CSS.
[data-kt-app-layout=dark-sidebar] .app-sidebar {
background-color: yellow;
} Regards,
Lauris Stepanovs,
Keenthemes Support Team