Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • entourage12 Friend
    #130336

    Hello JA Support,
    I would like to have my site in one color besides the blue/gray default. I am NOT using the magazine menu…I am using the mainmenu so changing the menu colors is not an option. Is there somewhere where I can change the default color of the site to other. I am using Joomla 1.0
    Thanks in advance,
    Entourage

    Menalto Friend
    #257327

    You should have that option on the ja_vars.php file in the templates folder? Did you take a look there?

    entourage12 Friend
    #257331

    Hello Menalto,
    Im searching that file and Im not finding where I can change anything.

    swissvista Friend
    #257394

    where is ja_vars.php file ?

    questbg Friend
    #257402

    I’m on Joomla 1.5.3 with Teline II template. You find this file here:

    First /templates/ja_teline_ii folder

    Filename is “ja_vars_1.5.php”

    This is possibly different for Joomla 1.0.x

    Good luck!

    jalp123 Friend
    #257472

    Hi

    Can you tell me what we need to change in that file to change the colour?
    Also is there a way of doing this without changing the file?

    entourage12 Friend
    #257475

    Hello JA Support,
    Obvisouly there are others who would like to change the default color. Could someone please tell us exactly what and where we make these changes. I would simply like my whole site to look like this: http://www.joomlart.com/templates_demo.php?template=ja_teline_ii
    again I am not using the magazine menu, I am using the main menu instead. Joomla 1.0
    Thank you

    Sherlock Friend
    #257770

    Hi entourage12 !
    You can change default color for your site by way below :
    Open index.php file in templates/ja_teline_ii folder , find following code section at about line 45 :


    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css" rel="stylesheet" type="text/css" />

    change to :


    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo ((!$tmpTools->getThemeForSection()) ? '-orange' : $tmpTools->getThemeForSection()); ?>.css" rel="stylesheet" type="text/css" />

    “-orange” is sample color , you can replace it with one of colors below :
    -cyan
    -deepblue
    -green
    -lime
    -orange
    -pink
    -red

    entourage12 Friend
    #257900

    Thank you very much it worked like a charm.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 6 voices, and was last updated by  entourage12 16 years, 4 months ago.

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