-
AuthorPosts
-
July 1, 2008 at 4:51 am #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,
EntourageMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 1, 2008 at 4:53 am #257327You should have that option on the ja_vars.php file in the templates folder? Did you take a look there?
July 1, 2008 at 5:02 am #257331Hello Menalto,
Im searching that file and Im not finding where I can change anything.swissvista Friendswissvista
- Join date:
- August 2007
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 2
- Thanked:
- 2 times in 1 posts
July 1, 2008 at 12:10 pm #257394where is ja_vars.php file ?
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
July 1, 2008 at 12:43 pm #257402I’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!
July 1, 2008 at 10:57 pm #257472Hi
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?July 2, 2008 at 12:02 am #257475Hello 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 youSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 3, 2008 at 8:21 am #257770Hi 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
-red1 user says Thank You to Sherlock for this useful post
July 4, 2008 at 2:53 am #257900Thank you very much it worked like a charm.
-
AuthorPosts
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