Recent Topics

1 Mar 01, 2006 18:34    

I'm using the custom-skin and would like to change the small text size of the main area (the blog itself) from what it seems to be Verdana 7 to 8 or 10 -- without any change in the small text on the sidebar.

Where in the custom.css do I make this modification?

Appreciate any help!

Wide

2 Mar 01, 2006 20:10

You can add the following line inside your custom.css under .bText. That should work. Of course change the px size to the size you want.

	font-size: 12px;


Form is loading...