Tuesday, October 19, 2004

Well on my powerbook the body font color changes when I put in the code to change it. But on a PC its the same. Can someone please look at my source code and figure out how I can lighten up the bloody body font color ??!!! Driving me crazy lol

1 comment:

Jennie said...

Hi Juls,

I checked your source. Try this...where it says:

.post-body p {
font-color:#BFB186;

Try changing that number. White is #FFFFFF.

If that doesn't work, you could also try altering this line font number:

/* Defaults
----------------------------------------------- */
body { font-family: Trebuchet MS; font-size: 10pt; text-align: center; color: #353434;

I also can't see your side bar headings. I think that's this bit:

/* Typography :: Sidebar
----------------------------------------------- */
h2.sidebar-title { font-size: 12pt; color: #221A19;

I checked in PSP and #221A19 is black. As is #353434