Page 1 of 1
classic skin colour?
Posted: Fri Nov 25, 2011 12:00 pm
by mmi
hy
i want to change the backgroud colour and text color in classic skin
i try to edit in: /var/www/zm/skins/classic/css/skin.css
but nothing happens, i try to reboot system restart zm but nothing,
something i do wrong?
Re: classic skin colour?
Posted: Thu Dec 01, 2011 2:27 am
by elborracho
Changing skin.css works here on the fly.
Confirm that you're root when modifying the skin and verify that your changes are being saved?
Also refreshing browser might help, you may still be caching the old css.
Re: classic skin colour?
Posted: Thu Dec 01, 2011 8:01 am
by mmi
i'm edit as root in webmin, i try to clear cache but nothing happen,
can you confirm if i edit the right file?
or maybe is a way to clear css cache, because with a clear of browser cache for me not working
thanks
Re: classic skin colour?
Posted: Thu Dec 08, 2011 9:34 pm
by mmi
solution, maybe in the future will help somebody
Code: Select all
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
text-align: center;
background-color: #000;
}