BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Background Color Categories v Articles
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
colincolenso



Joined: 06 Feb 2006
Posts: 28

PostPosted: Sat Jul 15, 2006 7:22 am    Post subject: Background Color Categories v Articles Reply with quote

I added the tag:
Code:
body {
    background-color: #000000;
}

into my Style CSS and it worked fine for a black background in my articles sections.

But on the category pages the background remained white.

I was able to make most of the background black in the categories sections using this code:
Code:
.articleTitle {
    background-color: black;   
}

.articleBody {
    background-color: black;
}


But I still have some ugly white borders.

See: www.cue-tv.com

What's the best way for me to make the entire background black?

Colin
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Sun Jul 16, 2006 11:48 am    Post subject: Re: Background Color Categories v Articles Reply with quote

I think that's due to the .dayArticles class which has a white background by default. Try overriding it like this:

Code:
.dayArticles {
    background-color: #000;
}


Let me know if that helps.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
colincolenso



Joined: 06 Feb 2006
Posts: 28

PostPosted: Sun Jul 16, 2006 12:49 pm    Post subject: Reply with quote

Worked like a charm John, Thanks.

I'd tried just about every one I could see in the style CSS. I would have got there by luck eventually Wink

btw. The advice you gave me the other day on putting adsense into each article automatically worked like a charm, and gives it much better exposure.

All your assistance is appreciated.

Colin
Back to top
View user's profile Send private message
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum