-
AuthorPosts
-
July 1, 2011 at 6:30 am #165855
Good day
I would like to find out how to go about changing the template background color, I’ve been trying through the template.css & going to the theme old_blue template.css, but not seeing where I can change it.
Also having a problem with the site on IE7 & 9, it is not showing properly yet works well with Chrome, Firefox, Opera & Safari.
Thanking you in advance.
pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
July 1, 2011 at 1:22 pm #399529hello mojalefa,
Can you provide your site url and admin access via PM , so that we can help you better.
pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
July 2, 2011 at 12:12 pm #399608Hello mojalefa,
To Changing background color
Find this code at /plugins/system/jat3/base-themes/default/css/template.css line no.22
body#bd {
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
font-size: 12px;
}Change this code to :-
body#bd {
background: none repeat scroll 0 0 #0000FF /*choose color code as per your requirement */
color: #000000;
font-size: 12px;
}Find this code at templates/ja_minisite/css/template.css line no. 464
#ja-header {
background: none repeat scroll 0 0 white;
z-index: 30;
}Change this code to :-
#ja-header {
background: none repeat scroll 0 0 transparent;
z-index: 30;
}July 4, 2011 at 5:28 am #399758John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 5, 2011 at 6:04 pm #399990<em>@pritam 251112 wrote:</em><blockquote>
#ja-header {
background: none repeat scroll 0 0 white;
z-index: 30;
}Change this code to :-
#ja-header {
background: none repeat scroll 0 0 transparent;
z-index: 30;
}</blockquote>The above post by Pritam was correct – with one ommission.
Use this code instead for the header:
#ja-header {
background: none repeat scroll 0 0 #E6E6E6;
z-index: 30;
}
Add the color of your choice to where I’ve added #E6E6E6 above (the color used on Technovision.co.za) .
Have fun!
John.1 user says Thank You to John Wesley Brett for this useful post
July 7, 2011 at 10:52 am #400197I have done that, but now the whole body & background is #E6E6E6, looking @ http://www.technovision.co.za you will understand that I want the content body backround to be in white including the logo, then the outer part it must be my chosen colour, so that they site looks a bit better than just plain white as it is now.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 7, 2011 at 11:10 am #400198We will have to have your URL to help you further.
The prescription for what you were wanting does work on the DEMO of the Joomlart Minisite.
We cannot guess what other changes have already been made to your site that may affect the outcome.Please provide a URL so we can quickly solve your issue and not rely on a guess. 🙂
Thanks!
John.July 7, 2011 at 11:24 am #400199http://www.kgweranohospitality.co.za/ & can you pm me your skype name, so that we can sort it out realtime..
Thanx.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 7, 2011 at 5:34 pm #400234Moja,
You must understand the template you are working with was not built to do what you want it to do. There is not one all encompassing <div> tag that just surrounds just the copy…with a separate background for the copy. That is very old school and sites simply aren’t built that way any more.The template is built on a framework of <div> tags one on top of the other. And most all of those <DIV> tags contain no background…which allows the container background to shine through…or each to be individually customized.
So the ONLY way to hack this, short of rewriting the primary PHP file is to lay down the #e6e6e6 background in the container <DIV> and then add a white (#ffffff) background in all of the various <divs> (header, mainnav, slideshow, breadcrums, topsl, container, navhelper, bots1, bots1-2, footer, etc.) where you don’t want it to show. Quite a job.
This is way beyond the area of template support.
Might I suggest you get a copy of the Firefox plugin called: FIREBUG. It can help you easily identify those areas that you want to customize.Beyond that, what you are needing is a PHP developer to rewrite the template.
Hope this helps,
John.1 user says Thank You to John Wesley Brett for this useful post
July 8, 2011 at 7:24 am #400303Thank you for all your help, much appreciated…
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by mojalefa 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Changing background color
Viewing 10 posts - 1 through 10 (of 10 total)