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 
Change Favorites Font Size
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge
View previous topic :: View next topic  
Author Message
MsDonna



Joined: 29 Mar 2006
Posts: 7

PostPosted: Mon Apr 03, 2006 5:21 pm    Post subject: Change Favorites Font Size Reply with quote

Hello,
Could you please tell me how to change the font size for the links in the favorites template? I'd like for it to be larger and it's set up for Times New Roman 10 - that's to small. I'd like to set it to 12.

Thanks,
Donna
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: Tue Apr 04, 2006 9:36 am    Post subject: Re: Change Favorites Font Size Reply with quote

The CSS class for managing Favorites lists is called componentBlogroll. This class does not specify a font, so it will pick up the font specified by the body, table, and table.columns classes.

See this thread for instructions on getting to the CSS style template. Instead of the code used on that page, use this to specify your own font size and line height:

Code:
.componentBlogroll {
   font-size: 12px;
   line-height: 16px;
}


or if you want to specify a font family as well, use something like this:

Code:
.componentBlogroll {
   font-family: "Times New Roman", Verdana, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 16px;
}
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