-
AuthorPosts
-
atticus Friend
atticus
- Join date:
- April 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
September 28, 2009 at 7:07 pm #144672Hello,
I am seeking help on how to change the background colourAfter changing the background colour will it also change in IE6?
I am asking this question because of this line in template.cssbody#bd {
background: #F2F2F2; /* don’t remove, don’t replace by background-color, need for fix bug in IE6 */
color: #303030;
margin: 0;
padding: 0;
}
Thank you inadvance.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
atticus Friendatticus
- Join date:
- April 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
September 28, 2009 at 8:11 pm #318925Thank you very much John. This is good to know. Can you tell me where I would go to change the background colour?
Thank you.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
September 29, 2009 at 2:56 pm #319023Sure…for the Mona template…
Open ja_mona > CSS > TEMPLATE.CSSOn line 24 change the code highlighted in RED to whatever color you want.
body#bd {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2F2F2 none repeat scroll 0 0;
color:#303030;
margin:0;
padding:0;
The other “color” you see there is the color of the type.
Have fun.
John.atticus Friendatticus
- Join date:
- April 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
October 1, 2009 at 12:23 am #319235Oh boy. This is embarassing. For some reason, I didn’t notice or realize the code I sent to you is the actual code that change the page background:confused:
I’ve been searching high and low for the code and it was right in front of me the whole time. Lately, I’ve been burning the candles at both ends -need more sleep.Thank you very much for all your help. 🙂
October 14, 2009 at 5:06 am #320458Is this the same place I can add a background image to the JA Mona template. What should the code look like and which .css file do I edit….is it template.css?
This is my attempt to add a background image. Note the inclusion of the background image code lines:
body {
background: #000000;
background-image: url(../images/iStock_000009856135Medium_tile.jpg);
background-repeat: repeat;
color: #303030;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.8;Image is uploaded to the images directory, but still i cant get it to preview.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 14, 2009 at 4:27 pm #320499I think you are changing in the wrong area.
See my previous post…
template.css – line 24.
You are looking for the “body#bd” tag…not just “body”
John.
October 15, 2009 at 4:43 am #320546Appears the way Id written the CSS lines to include the image were not correct. Im no coder and created the background image look in dreamweaver and copied the code. After some realisation, I rewrote my lines of code to look similar to what was already in the template.css and what do you know…it works.
From this:
body {
background: #000000;
background-image: url(../images/iStock_000009856135Medium_tile.jpg);
background-repeat: repeat;
color: #303030;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.8;To this:
body#bd {
background: #F2F2F2; /* don’t remove, don’t replace by background-color, need for fix bug in IE6 */
background: url(../images/iStock_000009856135Medium_tile.jpg) repeat;
color: #303030;
margin: 0;
padding: 0;
}April 12, 2010 at 6:13 pm #340116I really love this template, but I would like to color the leftside background only. The part behind the symbol.
I dont like the white space at the top.
http://empowermentcoaching123.com/newsite/
Thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 13, 2010 at 6:46 am #340187Dear ag0g0girl!
Here is the solution to resolve this issue:
1) Please open the file templates/ja_mona.v1.0.0/css/template.css and try to find codes:
#ja-deco {
position: fixed;
left: 0;
bottom: 0;
overflow: hidden;
float: left;
width: 220px;
background: url(../images/dots.png) ;
}
and replace:
#ja-deco {
position: fixed;
left: 0;
bottom: 0;
overflow: hidden;
float: left;
width: 220px;
background: url(../images/dots.png) ;
height:100%}
and add the following code into the this file:
#ja-deco img {
bottom:0;
position:absolute;
right:0;
}GOod luck
-
AuthorPosts
This topic contains 11 replies, has 5 voices, and was last updated by ag0g0girl 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum