Hi, a bit late but better late than never!
For the font:
locate body { in your CSS style sheet
insert the following:
font-family: arial (or whatever font you want)
eg:
body {
color: #444;
margin: 0 auto;
font-size: 14px;
padding: 0;
background: #000000;
font-family: arial
}
For the surrounding area, i assume you mean the background. If so, change the hex code next to background above to your desired colour.
Enjoy
thanks for replying jdingman but i’ve sorted this now. each post had the excerpt field filled in.
Hi, can anyone help me with this? Am really stuck.
Hi Esmi,
Thanks so much for that but I can’t find any code that looks like that in header.php. Sorry, sure it’s simple but not too hot on this stuff.