Quote Originally Posted by trunk View Post
File to edit ; inc/class.css.php

Find ;

$valid_css = array(
'default' , 'black'

Change to ;

$valid_css = array(
'black'
I actually took out the 'default' altogether. Didn't matter how many times I changed the:

$valid_css = array(
'default''

It still didn't change the template styling. So I just took out the default in

$valid_css = array(
'default' , 'black'

completely and it stayed.

NWN