classic skin colour?

Forum for questions and support relating to the 1.25.x releases only.
Locked
User avatar
mmi
Posts: 111
Joined: Wed Jun 27, 2007 12:54 am

classic skin colour?

Post 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? :(
elborracho
Posts: 1
Joined: Thu Dec 01, 2011 2:23 am

Re: classic skin colour?

Post 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.
User avatar
mmi
Posts: 111
Joined: Wed Jun 27, 2007 12:54 am

Re: classic skin colour?

Post 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
User avatar
mmi
Posts: 111
Joined: Wed Jun 27, 2007 12:54 am

Re: classic skin colour?

Post 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;
}
Locked