-
AuthorPosts
-
April 28, 2008 at 9:57 pm #128018
Hi
I’ve removed all the color configurations from the ja_news module
Now I have the default gray color for all the siteI want to change this gray color by some lightblue variation
Which css/image files should I edit ?
Thanks :-[
April 28, 2008 at 10:11 pm #247162Hmm. All css files with style colors u have on directory: template/css/colors/ I dont understund good…
April 29, 2008 at 12:22 am #247170It’s amazing that you guys colors can change and mine won’t I can’t get any help on these forums, you pay for the subcription to the templates and that’s it no support!!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 29, 2008 at 2:13 am #247190Hi AlejandroDiaz !
You can say detail about color theme following :
css file is store in template/css/colors folder .
You open index.php file in templates/ja_teline_ii folder go to line 44:
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css" rel="stylesheet" type="text/css" />
above code is code for load css theme color file. You can replace it by :
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme-lightblue .css" rel="stylesheet" type="text/css" />
then go to templates/ja_teline_ii folder , create theme-lightblue .css file for this theme.
1 user says Thank You to Sherlock for this useful post
April 29, 2008 at 3:32 pm #247274Thanks a lot hainn84
I’ll clone a theme and will make what you suggestedTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 29, 2008 at 3:35 pm #247275<em>@ourtemplates 50943 wrote:</em><blockquote>It’s amazing that you guys colors can change and mine won’t I can’t get any help on these forums, you pay for the subcription to the templates and that’s it no support!!</blockquote>
It’s been ONE DAY since you posted your question . . . and a couple of people have been trying to help you.Relax
Paul Wallen FriendPaul Wallen
- Join date:
- September 2014
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 5 times in 1 posts
May 11, 2008 at 12:12 am #248581Thank you for your support on changing the menu color!
May 13, 2008 at 12:52 am #248854How do you change the color theme lets say to green?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 13, 2008 at 2:01 am #248872HI mariovfx !
You open index.php file in templates/ja_teline_ii folder go to line 44:
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css" rel="stylesheet" type="text/css" />
above code is code for load css theme color file. You can replace it by :
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme-green.css" rel="stylesheet" type="text/css" />
May 13, 2008 at 2:40 am #248879Thanks for the help, but that does not work.
I am getting blue all the time no matter what!on line 84 here is what I have now:
<!– Menu head –>
<?php $jamenu->genMenuHead(); ?>
<link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/theme-green.css” rel=”stylesheet” type=”text/css” />
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 13, 2008 at 2:52 am #248881Please send link of your site ! I will check it for you !
May 19, 2008 at 8:27 pm #249786how do you take off add by joomla link
please.
June 3, 2008 at 12:54 am #251635I have followed your directions to change site theme color to the letter on line 44 but I do not see any change.
My URL: http://www.thegatorbyte.com
Please advise.
Thank you
Editor of TGB
June 3, 2008 at 1:00 am #251636<em>@hainn84 50970 wrote:</em><blockquote>Hi AlejandroDiaz !
You can say detail about color theme following :
css file is store in template/css/colors folder .
You open index.php file in templates/ja_teline_ii folder go to line 44:
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css" rel="stylesheet" type="text/css" />
above code is code for load css theme color file. You can replace it by :
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme-lightblue .css" rel="stylesheet" type="text/css" />
then go to templates/ja_teline_ii folder , create theme-lightblue .css file for this theme.</blockquote>
I have followed these instructions to the letter but I see no change.
Any advice?
-
AuthorPosts
This topic contains 14 replies, has 8 voices, and was last updated by dhuston53 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum