What can one do to cause text to appear in a shaded box on a WordPress page?
In a blog on WordPress.org, I used CSS like that, below, to enclose text in a box. Using Custom Design, can CSS code be added to a the theme do do the same thing? If so, how would it differ, as this code doesn't do it in the Wu Wei theme.
CSS
/* Inserts<br />
--------------------------------------- */<br />
body .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }<br />
body .insert h3 { border-bottom: 1px solid #cfdee5; }<br />
HTML
Boxed Insert<br />
<p class="insert">IMPORTANT: Until further notice,...</p><br />
The blog I need help with is gotcll.wordpress.com.