I would like to change sidebar color, how I can do that?
thanks for help.
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.
Thank you! That's so easy...
I changed in the design packs css , in order to only manage one file though
Comments
Comment #1
Deepika.chavan commentedHi,
1. Rename 'local-sample.css' file to 'local.css'.
2. Add following css code in local.css file..
3. Please Clear cached data.
Note: Please change the background color's value if you want.
HTH!!
Rgrds,
Deepika Chavan.
Comment #2
jvieille commentedThank you!
That's so easy...
I changed in the design packs css , in order to only manage one file though