30 Jun
I'm trying to change the size of the headers in the bottom blocks and adjust the padding. Can you show the way on how/where to adjust this cufon replacement?
thanks
07 Jul
#1
Hm, the name of ID is a bit misleading. The h2 tags in the floating blocks that appear at the bottom can be adjusted around line 261 of the stylesheet:
#top-regions h2 {
border:0 none;
color:#FFFFFF;
font-size:1.5em;
padding:10px 0;
text-shadow:2px 2px #111111;
}
And the h2 in the very bottom blocks are set on line 319:
#bottom-regions h2 {
color:#FFFFFF;
font-size:14px;
padding-bottom:20px;
text-align:center;
text-shadow:2px 2px #111111;
}
07 Jul
#2
The above post was me, I'd just forgotten to log in. :)
07 Jul
#3
Ahh.. that's it, yes id terminology was a bit confusing. Thanks!




