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?
classic skin colour?
-
- Posts: 1
- Joined: Thu Dec 01, 2011 2:23 am
Re: classic skin colour?
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.
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?
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
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?
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;
}