-
AuthorPosts
-
June 24, 2010 at 4:06 pm #152033
Hi,
I was wondering how I could change the body of the article’s background color and make the border a bit thicker, both on the homepage and inside the article.
Thanks!
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 25, 2010 at 12:12 am #348003Article other than homepage is controlled by this image at line 794 in template.css. Replace image or delete image and replace with hex colour in format background: #EBEAE8;
#ja-container-f #ja-current-content {
background: url(../images/cc-bg2.gif) repeat-y center top;
}Home page article bkg is controlled by line 553
#ja-contentheading div.blog {
background: #EBEAE8;
border: 1px solid #B9B7B5; ***** Change value for thicker border on home (blog layout)
border-top: none;
padding: 5px 15px 10px;
}
Blessings Shannon1 user says Thank You to uniquebiz for this useful post
June 25, 2010 at 1:14 am #348008Hi shannon!
Thanks so much for replying!!
Do you know how I can change the background color of the template? I’m currently using the Red Style, but I wish to make the background of the template the same color as the default one. I’ve managed to get parts of it done, but I can’t get the middle css code right.
For a lack of better explanation http://update.hellokpop.com/ please look at you will see Red while the other parts are a greyish!
Thanks!
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 25, 2010 at 2:01 am #348016the default colour for the site is a gray #EBEAE8
you would place that in the red css for the following items
body {
background: #FAF0EF;
color: #000000;
}body#bd {
background: url(../../images/red/mw-bg.gif) repeat-x left top #FAF0EF; delete the image path, insert none;
color: #555555;
}That should give you the gray bkg preserving the red image etc
Blessings Shannon
1 user says Thank You to uniquebiz for this useful post
June 25, 2010 at 4:57 am #348043Hi Shannon!
My css currently looks like this:
body {
background: #EBEAE8;
color: #000000;
}body#bd {
background: url none: repeat-x left top #EBEAE8;
color: #555555;
}However I am still unable to get that red part out on the site http://www.update.hellokpop.com/
Thanks!
EDIT: NVM, it disappeared by itself, must’ve been cache! Thanks a lot though Shannon!
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 25, 2010 at 5:05 am #348044have you cleared all the caches, both browser and site?
I include screenshot showing no background colour red at top, unless you are meaning the menu bar red?-
1 user says Thank You to uniquebiz for this useful post
June 25, 2010 at 5:10 am #348045Yes, it was cache, I think! It worked right after I changed width of the article border on the homepage, which oddly it didn’t change the border but fixed the issue, so it might’ve been cache.
Thanks Shannon! You’re always there when I need help!
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 25, 2010 at 5:12 am #348046No problems mate
It’s a good way for me to learn css while search for the answers and good to know I contribute
Cheers ShannonAuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by uniquebiz 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change Body background color and border
Viewing 8 posts - 1 through 8 (of 8 total)