Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tldagent Friend
    #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!


    1. 8
    Hieu Nguyen Admin
    #209199

    As 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.


    1. 13
    tldagent Friend
    #209226

    Wow, thanks a bunch. That was real helpful.

    I do appreciate your response.


    1. 147
    Hieu Nguyen Admin
    #209230

    Not at all, friend! It’s my responsibility. 😀


    1. 167
    2. 169
    3. 170
    4. 171
    5. 172
    6. 173
    7. 174
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Hieu Nguyen 17 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum