10th Feb, 02:15 pm
If you want to change the default color of MetroStyle you will need to edit theme_stylesheet.php and make it so it loads the CSS file for the color you want.
Find:
Replace with if you want blue:
Remember that changes won't have affect if you or members have changed the theme color already. Clear cookies to see the default theme that loads.
Find:
Code:
$metrostyle_color = '@import url(stylesheet/orange.css);';
Replace with if you want blue:
Code:
$metrostyle_color = '@import url(stylesheet/blue.css);';
Remember that changes won't have affect if you or members have changed the theme color already. Clear cookies to see the default theme that loads.