改变Gentelella配色方案

Lem*_*nio 6 css twitter-bootstrap gentelella

有人可以帮助我如何改变Gentelella配色方案.特别是侧边栏,我需要在CSS中包含哪些类.

谢谢.

Nik*_*lex 0

主要这2个标签与侧边栏相关(我希望您参考这个模板https://colorlib.com/polygon/gentelella/index.html

.left_col {
    background: *YourColor*;
}

.nav_title {
    background: *YourColor*;
}
Run Code Online (Sandbox Code Playgroud)

但最好添加您自己的类并根据您的兴趣进行修改。使用浏览器 (F12) 检查其余子元素(标签)并找到相关标签并执行相同操作。