-
AuthorPosts
-
November 4, 2008 at 9:57 pm #135083
I’m trying to edit the background colors through the css file and cannot find any luck of where it is.
I’d like to have a background picture and some color scheme changes on all modules and the background.thanks in advance
jwellman Friendjwellman
- Join date:
- April 2008
- Posts:
- 543
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 115
- Thanked:
- 59 times in 21 posts
November 4, 2008 at 10:13 pm #278089}
body {template_css.css (line 35)
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
font-family:”Lucida Grande”,Tahoma,Arial,Helvetica,sans-serif;
line-height:160%;
}Try changing the body FFFFFF color for the background.
November 6, 2008 at 4:45 pm #278329thanks for the quick reply..
I’m going templates/ja_drimia/css/template.css and my line 35 doesn’t match…
also when I go to
body {
background: #FFFFFF;
color: #000000;
font-family: “Lucida Grande”, Tahoma, Arial, Helvetica, sans-serif;
line-height: 160%;
}there is no noticeable difference….
am I in the right spot?jwellman Friendjwellman
- Join date:
- April 2008
- Posts:
- 543
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 115
- Thanked:
- 59 times in 21 posts
November 6, 2008 at 4:47 pm #278330Looks like the right spot to me. Did you try to change one of the color codes to see if it works?
November 6, 2008 at 6:14 pm #278334yes; I tried both the color and the background without getting it to work.
I also tried to point the body to a picture without successjwellman Friendjwellman
- Join date:
- April 2008
- Posts:
- 543
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 115
- Thanked:
- 59 times in 21 posts
November 6, 2008 at 6:21 pm #278335Try the area in red and see what happens.
}
body {
background: #FFFFFF;
color: #000000;
font-family: “Lucida Grande”, Tahoma, Arial, Helvetica, sans-serif;
line-height: 160%;
}
body#bd {background: #EFEFEF;
color: #666666;
padding: 0;
}body.contentpane {
background: #FFFFFF;
color: #000000;
font-family: serif;
font-size: 12pt;
line-height: 140%;
margin: 1em 2em;
width: auto; /* Printable Page */}
jwellman Friendjwellman
- Join date:
- April 2008
- Posts:
- 543
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 115
- Thanked:
- 59 times in 21 posts
November 6, 2008 at 6:23 pm #278337To add a background image your code should look something like this:
}
body#bd {
background: url(../images/background_image.jpg);
color: #333333;
text-align: center;
} -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by jwellman 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum