1 princess Nov 16, 2006 14:48
3 princess Nov 16, 2006 15:27
I bookmarked that page, thanks. I did try to put a line or two in the custom.css file, but it didn't just change my text, it changed the text that inside of every post as well (i.e., permalink, post title, etc.), and that is not what I want to do. If I make my text smaller, then those other things become unreadable.
Is it not possible to change certain text inside of a post?
4 village_idiot Nov 16, 2006 15:31
what is the url to your blog? and bookmarking isnt useful, reading is. nudge nudge wink wink...
5 princess Nov 16, 2006 15:43
.AUSR. Musings
http://studioreflections.com/ausrmusings/
6 village_idiot Nov 16, 2006 16:06
the text within your posts is controlled here, within custom.css:
bText {
margin-top: 0px;
margin-bottom: 0px;
}
so for instance,
bText {
font-size:20px;
font-family: Arial,Verdana,georgia,sans-serif;
margin-top: 0px;
margin-bottom: 0px;
}
would change the font size and family
7 princess Nov 16, 2006 16:11
...thank-you.
http://manual.b2evolution.net/Css_files