22nd Aug, 12:53 am
(20th Aug, 01:40 pm)dunask Wrote: Would you please show me how to set a default theme color, please.
Thank you for your support.
To change the default theme color please edit metrostyle/theme_stylesheet.php .
Find:
Code:
else {
$metrostyle_color = '@import url(stylesheet/orange.css);';
}
Replace with:
Code:
else {
$metrostyle_color = '@import url(stylesheet/blue.css);';
}
To really find out if the default color has changed you will need to clear cookies after as well.