-
AuthorPosts
-
Benjamin Falcon Friend
Benjamin Falcon
- Join date:
- September 2014
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 20
- Thanks:
- 20
November 25, 2008 at 6:57 pm #135693Would it be very difficult to set the background color of the edges like in the attachment?
Thank you!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 27, 2008 at 8:54 am #280476Hi directcorrespondentlender !
You can do it following some steps below :
Open template.css file in templates/ja_teline_ii/css folder:
1. Find following code at about line 532 :
#ja-wrapper {
padding:0;
change to :
#ja-wrapper {
padding:0;
background:#00000; // edit this attribute as you wish
2. Find following code section at about line 797 :
#ja-header {
height:80px;
line-height:normal;
position:relative;
}
change to :
#ja-header {
background:#FFFFFF;
height:80px;
line-height:normal;
position:relative;
}
similar , please find css code for ja-container , ja-footer and add : “background:#FFFFFF” for it.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Sherlock 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Setting background color
Viewing 2 posts - 1 through 2 (of 2 total)