Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change default color of Metro theme
#1
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.
Reply


Messages In This Thread
How to change default color of Metro theme - Tan - 10th Feb, 02:15 pm



Users browsing this thread: 1 Guest(s)