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?

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