-
AuthorPosts
-
Sam Friend
Sam
- Join date:
- September 2014
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 14, 2008 at 12:54 am #134370Hello,
I am trying to change the sides of the main body, please see attachment.
I went through the .css, but couldn’t locate it. I know it should be pretty easy.
Also, one more question; How to change the top menu (dropline) background and hover colors? where is it in template.css?
Thanks in advance
fanho Friendfanho
- Join date:
- September 2008
- Posts:
- 42
- Downloads:
- 6
- Uploads:
- 1
- Thanks:
- 13
- Thanked:
- 4 times in 1 posts
October 14, 2008 at 1:43 pm #275241First get web developer for Fire fox. With this you will be able to find quckly where to work in the CSS to get the required changes.
I’m not 100% sure but I would bet that what you are looking for is this background color:
line 25
body#bd {
color: #333333;
background: #FFFFFF;
}For the colors don’t look in template.css
there is a color folder inside the CSS folder. There you’ll find theme-cyan.css,…
There is a diferent css file for every color.Stef
Sam FriendSam
- Join date:
- September 2014
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 15, 2008 at 4:42 pm #275454hello fanho,
thanks, but when i change the background, it changes ALL background, including the right/left side of the main body. Please see attachments.
From devs, or css experts,
any tricks to do this?
Sam FriendSam
- Join date:
- September 2014
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 15, 2008 at 4:50 pm #275456In one of the posts, hainn talks about tol.css, anyone knows where is tol.css?
He recommends:
You can change background of middle by way :
Open tol.css file in /tol/css/ folder, find following code section at about line 75 :
Code:#page {
margin:auto;
padding:5px 0px 10px;
text-align:left;
width:996px;
}change to :
Code:
#page {
background:#DCDCDC;
margin:auto;
padding:5px 0px 10px;
text-align:left;
width:996px;
}AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Sam 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change color right left side of main body?
Viewing 4 posts - 1 through 4 (of 4 total)