|
#1
|
|||
|
|||
|
Default color for simple template
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 |
|
#2
|
|||
|
|||
|
more info
I don't know if seeing the website itself at www.beepsandchirps.com helps.
|
|
#3
|
||||
|
||||
|
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. |
|
#4
|
|||
|
|||
|
Thanks for that info.
I was wondering if the default color will be light, though. I would prefer dark. Thanks, Jonathan |
|
#5
|
||||
|
||||
|
Sorry didn't answer you before.
You just have to open all template files and change those line: Original Code:
<!-- 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" /> Code:
<!-- 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" /> |
|
#6
|
||||
|
||||
|
If you aren't going to be using the light.css at you can eliminate the reference like this.
HTML Code:
<!-- CSS --> <link rel="stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#7
|
||||
|
||||
|
Quote:
Code:
<!-- SCRIPTS --> <script type="text/javascript" src="templates/simple/scripts/styleswitcher.js"></script>
__________________
My help is always free, but if you want to donate or to buy me a coffee cup, then click here Last edited by fredxeric; 02-25-2008 at 02:43 AM. Reason: fixed error |
| Post Reply |
| Thread Tools | |
|
|