Change Gentelella color scheme

4.2k Views Asked by At

Can someone help me how to change Gentelella color scheme. Specially the sidebar, what classes I need to include in my CSS.

Thank you.

1

There are 1 best solutions below

0
On

Mainly these 2 tags are related to sidebar (i hope you are referring to this template https://colorlib.com/polygon/gentelella/index.html)

.left_col {
    background: *YourColor*;
}

.nav_title {
    background: *YourColor*;
}

but it is better to add your own class and modify it with your interest. Inspect the rest of child elements (tag) with a browser (F12) and find related tags and do the same.