How to change default color of Metro theme - Printable Version +- MyBB Themes - ThemeFreak (http://www.themefreak.net) +-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26) +--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33) +--- Thread: How to change default color of Metro theme (/showthread.php?tid=593) |
How to change default color of Metro theme - Tan - 10th Feb 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: 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. RE: How to change default color of Metro theme - Legitti - 10th Feb Where is that? I cant locate it. RE: How to change default color of Metro theme - Tan - 10th Feb It's a file that came with the theme. images/metrostyle/theme_stylesheet.php RE: How to change default color of Metro theme - Legitti - 10th Feb is there way to force reset cookie? |