I would like to change sidebar color, how I can do that?

thanks for help.

Comments

Deepika.chavan’s picture

Hi,
1. Rename 'local-sample.css' file to 'local.css'.
2. Add following css code in local.css file..

#sidebar-first {
  background-color:#5B5B5B;
  padding-top:10px;
}

#sidebar-first h2 {
  color: #ffffff;
}

3. Please Clear cached data.
Note: Please change the background color's value if you want.

HTH!!
Rgrds,

Deepika Chavan.

jvieille’s picture

Status: Active » Closed (fixed)

Thank you!
That's so easy...

I changed in the design packs css , in order to only manage one file though