2
Hi Rich,
Glad you like the theme. I like where you're going with it :)
Anyhow, to change those things:
1) Left column - look in your CSS file for
Quote:
td#leftcolumn .blockTitle {padding: 6px; background-color: #FFFFFF; color: #844; font-weight:bold;border-top: 1px #68a; border-left: 1px #68a; border-right: 1px #68a; font-variant: small-caps; }
td#leftcolumn .blockContent {padding: 3px; line-height: 120%; line-height: 120%;background-color: #fff;margin-bottom:8px; background : #FFFFFF; border-bottom: 1px #68a; border-left: 1px #68a; border-right: 1px #68a}
And remove all the border bits.
Same thing should apply to the right column. Although I believe there's a seperate CSS file for the Wordpress module. You'll have to search through the module for it. Try removing any border references from it.
The centre column will be the same.