View previous topic :: View next topic |
Author |
Message |
MsDonna
Joined: 29 Mar 2006 Posts: 7
|
Posted: Mon Apr 03, 2006 5:21 pm Post subject: Change Favorites Font Size |
|
|
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 |
|
|
john Site Admin
Joined: 16 Mar 2004 Posts: 3434
|
Posted: Tue Apr 04, 2006 9:36 am Post subject: Re: Change Favorites Font Size |
|
|
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 |
|
|
Search all BlogHarbor support resources.
|
View previous topic :: View next topic |
|
|
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
|
|