This document is deprecated! The information on this page refers to a Thesis version that is now obsolete. Please visit the Thesis Docs for current documentation.
Place this code in custom.css
, and change to suit your requirements:
/* Style the First (or Only) Post */ .custom .post.top { background:#FFFFFF none repeat scroll 0 0; border:15px double #666666 !important; margin:1em; padding:2em; } /* Style Remaining Posts (in a Multi-Post Listing) */ .custom .post.post_box { background:#FFFFFF none repeat scroll 0 0; border:15px double #000000; margin:1em; padding:2em; }
If you also want to apply the border to content on Pages, remove .post
from the CSS selectors, i.e., use .custom .top
and .custom .post_box
instead.