Quote:
Originally Posted by Simon Lloyd
Go to your style>Main CSS and in the additional css box add this
HTML Code:
/* ***** Notice colours ***** */
.notice {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.notice a {color:#514721; background:none; padding:0; margin:0; }
/* ***** End of Notice Colours ***** */
then wrap your notice in this:
HTML Code:
<p class="notice">YOUR NOTICE TEXT</p>
|
I've added it but there's no save button, isn't the CSS obsolete now ? Thanks for you help it's been something that's bugged me for ages !