View Full Version : Default color for simple template
greychops
02-22-2008, 06:38 PM
Hello,
I am interested in not have the style switcher, and am able to make that disappear.
I am interested in having the dark version, but it seems the default maybe the light.
Anyone know the easiest way to have the default be dark.
Thanks,
Jonathan
greychops
02-23-2008, 02:03 AM
I don't know if seeing the website itself at www.beepsandchirps.com helps.
fredxeric
02-23-2008, 02:23 AM
I will give you the information on how to do this task tomorrow. but if you cant wait just open all template file and remove the link and style switcher script.
Furter info later.
greychops
02-24-2008, 11:11 PM
Thanks for that info.
I was wondering if the default color will be light, though. I would prefer dark.
Thanks,
Jonathan
fredxeric
02-25-2008, 01:55 AM
Sorry didn't answer you before.
You just have to open all template files and change those line:
Original
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/simple/styles/light.css" title="light" />
<link rel="alternate stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
Modified
<!-- CSS -->
<link rel="alternate stylesheet" type="text/css" href="templates/simple/styles/light.css" title="light" />
<link rel="stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
That's it...
dakwegmo
02-25-2008, 02:24 AM
If you aren't going to be using the light.css at you can eliminate the reference like this.
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
And also remove the reference to the style sheet switcher script.
fredxeric
02-25-2008, 02:42 AM
And also remove the reference to the style sheet switcher script.
This line...
<!-- SCRIPTS -->
<script type="text/javascript" src="templates/simple/scripts/styleswitcher.js"></script>
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.