We would like to change the default color and prevent the users from changing it. Is this possible?

Yes, it's possible. All you need to do is set disable_colors to true in plugins/xskin/config.inc.php:

$config['disable_colors'] = true;

Was this article helpful? yes / no