-
AuthorPosts
-
July 13, 2006 at 5:58 pm #116867
Hi,
Can someone advise me how I can change the default page from green to blue instead.
I still allow people to change colour if they like, just that the default must be blue.
A step by step guide would be appreciated.
Thank you.Hung Dinh Friend
Hung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
July 13, 2006 at 6:17 pm #209779
<link href="<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/template_css.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/red.css" rel="alternate stylesheet" type="text/css" title="red" />
<link href="<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/blue.css" rel="alternate stylesheet" type="text/css" title="blue" />
1. copy all the setting in blue.css and paste in to template_css.css file
2. find all the corresponding css setting of blue.css in the template_css.css file and move them to a new file call green.css, copy it into template folder
4. Replace in index.php file:
<link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/blue.css” rel=”alternate stylesheet” type=”text/css” title=”blue” />
with
<link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/green.css” rel=”alternate stylesheet” type=”text/css” title=”green” />
3. Search in the index.php file and replace setActiveStyleSheet(‘blue’) with setActiveStyleSheet(‘green’)Hope this will help
April 18, 2007 at 2:43 am #218265<blockquote>2. find all the corresponding css setting of blue.css in the template_css.css file and move them to a new file call green.css, copy it into template </blockquote>
Could you be more specific about this step? 😀
<blockquote>Code:
<link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/template_css.css” rel=”stylesheet” type=”text/css” media=”all” />
<link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/red.css” rel=”alternate stylesheet” type=”text/css” title=”red” />
<link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/blue.css” rel=”alternate stylesheet” type=”text/css” title=”blue” /></blockquote>What is this for?
Thank you, Nick Miletich
-
AuthorPosts
This topic contains 3 replies, has 3 voices, and was last updated by nickolai 17 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum