ourfamilystone
Member
Posted 2 years ago #
I have a new theme and after hours of fussing I still can't seem to figure out how to change the font being used in the body of my posts and also to make the description size. I'm not very good with codes, but I have by trial and error figured other things out.
Can anyone tell me either what to change or if there is a program that translates CSS and HTML into idiot speak for me so I can understand? :) I'm confused!
Thanks
can you post your url so that we can see what you have and if you can let us know exactly what fonts you want changed.
ourfamilystone
Member
Posted 2 years ago #
Ok thanks, it's http://www.ourfamilystone.org I just want the description (which I managed to change the font on, just can't figure out how to make it larger) larger and the post font different.
ourfamilystone
Member
Posted 2 years ago #
Do you want this larger
The Story of 2 Stones and a couple of Pebbles
Then
look for this code in style.css
#site-description {
font-style:italic;
margin:14px 0 18px;
width:320px;
and add
font-size:18px;
18 can any number you like and if you want it fit in one line
then change width accordingly
you body fonts are 13px and can found here if you want to change them
#content, #content input, #content textarea {
color:#333333;
font-size:13px;
line-height:20px;
ourfamilystone
Member
Posted 2 years ago #
Thanks, I'll try that. How do I change the type of body font?
Go to this website will show how to code css
http://www.w3schools.com/css/css_font.asp
ourfamilystone
Member
Posted 2 years ago #
Thank you so much! That was all a very big help!
ourfamilystone
Member
Posted 2 years ago #
One more quick question... how do I get my site title and description in the centre? I've tried changing all sorts of htings and I can't get it to work.