|
#1
|
|||
|
|||
|
how do i make the simple template the DARK version only
hi there, i like the dark version better than the light, how do i make the dark version default and get rid of the option of switching
|
|
#2
|
||||
|
||||
|
change
<!-- 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" /> <!-- SCRIPTS --> <script type="text/javascript" src="templates/simple/scripts/styleswitcher.js"></script> to <!-- CSS --> <link rel="stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
__________________
Affordable Website Design in North Wales |
|
#3
|
|||
|
|||
|
do you know how to default it to dark instead of light?
|
|
#4
|
||||
|
||||
|
i just gave you the solution!
__________________
Affordable Website Design in North Wales |
|
#5
|
|||
|
|||
|
oops sorry im lame i know.
so i delete that java script bit too? |
|
#6
|
||||
|
||||
|
yup. no need for the styleswitcher script to be included if you no longer want to styleswitch.
__________________
Affordable Website Design in North Wales |
|
#7
|
|||
|
|||
|
Which page do I edit though?
|
|
#8
|
|||
|
|||
|
You have to edit every page's header in order to change that.
Unles you have the header/footer hack ... |
| Post Reply |
| Thread Tools | |
|
|