-
AuthorPosts
-
March 19, 2012 at 8:11 pm #175189
Helo, im using JA Tiris in joomla 2.5. i’d like to change the header color (black) to some other color. how can i do that?
TomC
Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 19, 2012 at 8:21 pm #444606<em>@taus 308718 wrote:</em><blockquote>Helo, im using JA Tiris in joomla 2.5. i’d like to change the header color (black) to some other color. how can i do that?</blockquote>
If you can provide the url of the site you’re working on – as well as set “Optimize CSS” to “No” within your Template Manager–General Settings – I will advise you of exactly where to look within your template files to adjust this element.March 19, 2012 at 10:34 pm #444629Hi, http://www.tauslabs.com/jupgrade/index.php …And yes ive changed that to a ‘No” now
TomC
Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 19, 2012 at 10:53 pm #444639To change the background/color of the header . . . . .
Within file path –> /templates/ja_tiris/css/template.css
look for the following line:
[FONT=arial]#ja-header .main-inner2 {
[/FONT]background: url(/images/bg-header.png) 0 100% repeat-x #141414;
padding-bottom: 10px;
padding-top: 10px;
}
All you have to do is change the background property to a hex color code of your choice.
Here are some resources for hex color codes . . .
http://www.2createawebsite.com/build/hex-colors.html
You will likely also need to modify the background color for your main navigation menu (if you want it to match your header color, that is). To do this, look for the following lines within the same template.css file
#[FONT=arial]ja-mainnav .main-inner2 {
[/FONT]background: url(/images/bg-nav.gif) 0 0 repeat-x white;
padding: 0;
}
Same thing . . . change the background property to a color or image of whatever you like.
Hope That Helps
1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by taus 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum