@huber70
If you named your new style ./cops/templates/default/styles/
style-personal.css
change the setting in ./cops/config_local.php to:
Code:
/*
* Which style is used by default :
* 'base'
* 'default'
* 'eink' (only available for the 'default' template)
* 'iphone' (only available for the 'default' template)
* 'iphone7' (only available for the 'default' template)
*/
$config['cops_style'] = 'personal';
And it should work after refreshing the COPS webpage in your browser.