How to make this border on Thesis Theme?

putrasandy

Regular Member
Joined
Sep 26, 2010
Messages
219
Reaction score
11
Can someone help me to make this border / bold shadow on thesis theme (see my attachment..)
note: like matt cuts's blog http://www.mattcutts.com/blog/

Thanks before :D
 

Attachments

  • bold shadow.JPG
    bold shadow.JPG
    21.5 KB · Views: 14
Without seeing your site, I'm guessing the following CSS should work

#container {
border: 5px solid #000
}

PS: Add it to your custom CSS file usually named 'Thesis Custom Styling'. PM me should you need any help ;)
 
Without seeing your site, I'm guessing the following CSS should work

#container {
border: 5px solid #000
}

PS: Add it to your custom CSS file usually named 'Thesis Custom Styling'. PM me should you need any help ;)

Thanks! it work :D
 
Back
Top