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 
How to change the color of font?
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge
View previous topic :: View next topic  
Author Message
Bondgirls



Joined: 07 Dec 2005
Posts: 20

PostPosted: Wed Dec 14, 2005 8:44 pm    Post subject: How to change the color of font? Reply with quote

I think that I understand how to change the background:
body{
background-color:8B008B
}
Which I hope will make it Dark Magenta.
How do I make the lettering black? Is there another code that I add to it or is that to be placed somewhere else?

p.s. Could you tell me where exactly I need to enter these codes?

Thanks,
Chelsea
Back to top
View user's profile Send private message Send e-mail Visit poster's website
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Thu Dec 15, 2005 8:49 am    Post subject: Re: How to change the color of font? Reply with quote

A great way to start learning about customizing your blog is to listen to our BlogHarbor Cruise podcasts and follow along with them. The first three podcasts show many examples of how your blog can be customized and link directly to the instructions on how you can accomplish those customizations yourself...

I think that I understand how to change the background... Which I hope will make it Dark Magenta.

Make sure you don't forget the # and the ;

Code:
body{
   background-color:#8B008B;
}


Could you tell me where exactly I need to enter these codes?

Changing the default font will explain how to modify the CSS, particularly how to change the default font on a post. You can do this:

Code:
.articleBody {
    font: 16px 'Trebuchet MS',Arial,Verdana,Helvetica,sans-serif;
    color: #000000;
}


to make the font color black...
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bondgirls



Joined: 07 Dec 2005
Posts: 20

PostPosted: Thu Dec 15, 2005 8:54 am    Post subject: Thank you very much John. Reply with quote

Thank you John very much! Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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 -> Beginner's Lounge 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