Even though I opted for the ultra simple one page portfolio site, updating by hand was a pain. So I spent last night putting it on WordPress. I still want to bold the paragraph headings in the right column, but the CSS is complicated and I haven’t figured out exactly how to do it yet. I also got to bring back the cool train bridge photo that I took at Harper’s Ferry a couple of years ago.
The bold issue is fixed, thanks to the help from Andrea.
{ 2 } Comments
Get Firebug dude.
makes finding those things easy.
Line 263, #content h2, #content h3 – font-weight, make bold or bolder.
Of course, this also makes the post headings bold too, so if you just wanted it ont he sidebar alone, you’ll have to add #sidebar h3 { font-weight:bold;}
Also, I *love* your sidebar text there. No truer words were spoken.
#sidebar h3 { font-weight:bold;}
I tried that last night – it didn’t do it. I think it has something to do with the parent-child relationship between #sidebar and .sidebox. It was 11 PM and I was ready to quit so I didn’t spend a lot of time on it, but my first two tries did not produce the bold headings in the sidebar.