7

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 Answers1

0

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.

Nikhil Alex
  • 54
  • 10