-
AuthorPosts
-
teetide Friend
teetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
May 21, 2008 at 7:42 pm #128780What part of the css controls the overall background color of this template?
How would I set the overall background to black while leaving the background behind the content sections white?
I’m using the 1.0.15 version.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 22, 2008 at 6:51 am #250103Hi teetide !
You can change background color by way :
Open template.css file in templates/ja_teline_ii/css folder , find following code section at about line 668:
#ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-cm, #ja-containerwrap-f, #ja-containerwrap-m {
clear:both;
margin:20px 0pt;
}
change into :
#ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-cm, #ja-containerwrap-f, #ja-containerwrap-m {
background:#CCCCCC;
clear:both;
margin:20px 0pt;
}
$CCCCCC is sample color, you must change it by other color !
1 user says Thank You to Sherlock for this useful post
teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
May 22, 2008 at 3:40 pm #250153Thank you very much hainn84.
Your support is deeply appreciated.
teetide Friendteetide
- Join date:
- December 2007
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
May 23, 2008 at 1:05 pm #250292Hey guys, please remove the “SOLVED” comment from this thread. It’s still not solved.
The advice given above changes the background of the entire template including the content areas. I don’t want to change the main body area where the content is. I just want to change the background outside of the main content area.
Back to square one. Any help would be greatly appreciated.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 27, 2008 at 1:57 am #250667Hi teetide !
Sorry for later ! If you don’t change background of mainbody , You must open template.css file in templates/ja_teline_ii/css folder , find following code section at about line 550:
#ja-container-inner {
background:transparent url(../images/vline.gif) repeat-y scroll 83% 0pt;
}
change into :
#ja-container-inner {
background:transparent url(../images/vline.gif) repeat-y scroll 83% 0pt;
background:#FFFFFF;
}
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Sherlock 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum