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
#2
Where is that? I cant locate it.
Reply
#3
It's a file that came with the theme.

images/metrostyle/theme_stylesheet.php
Reply
#4
is there way to force reset cookie?
Reply




Users browsing this thread: 1 Guest(s)