-
AuthorPosts
-
April 24, 2006 at 3:52 pm #116612
I like the template a lot but I’d like to remove the color switcher and just have one default css. How do I do that?
I’d also like to make the header a little taller and have a place for a standard banner. Any help with this would be greatly appreciated.
Thanks in advance!
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
April 24, 2006 at 5:41 pm #209199As you can see that JA Archenar uses alternate stylesheet to switch colors! However, if you don’t like this ability, please consider removing the follow lines in the index.php file:
1. Remove the stylesheet:
<link href=".../ja_archenar/templates/ja_archenar/css/red.css" rel="alternate stylesheet" type="text/css" title="red" />
<link href=".../ja_archenar/templates/ja_archenar/css/blue.css" rel="alternate stylesheet" type="text/css" title="blue" />2.Remove the Color Switcher:
<ul id="user-bar">
<li><a href="#" onclick="setActiveStyleSheet(''); return false;"><img src=".../images/green.gif" border="0" alt="Default" /></a></li>
<li><a href="#" onclick="setActiveStyleSheet('red'); return false;"><img src=".../images/red.gif" border="0" alt="Vivid Red" /></a></li>
<li><a href="#" onclick="setActiveStyleSheet('blue'); return false;"><img src=".../images/blue.gif" border="0" alt="Classic Blue" /></a></li>
</ul>To make your header taller, please find the follow lines in the templates_css.css file:
h1.header-logo {
font-size: 20px;
margin: 0;
padding: 4px 10px;
background: url(../images/logo.gif) no-repeat 10px 4px;
height: 40px!important;
height: 48px;
z-index: 1;
}then change the height as you like! Please note that, the height with the !important is for Firefox Browser.
April 26, 2006 at 1:36 pm #209226Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
April 26, 2006 at 4:17 pm #209230Not at all, friend! It’s my responsibility. 😀
- AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)
This topic contains 4 replies, has 2 voices, and was last updated by Hieu Nguyen 18 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Remove the color switcher
Viewing 4 posts - 1 through 4 (of 4 total)