Thanks for the reply. I have been playing with the code and have now got this to work by putting code directly in the post:
<style type="text/css">
#quote-container {background: #937CB9; margin: 0px 0px 0px 0px; padding: 15px 15px 15px 15px; border: 2px solid #7C689B}
p#thequote {font-family: Helvetica, Arial, serif; font-size: 20pt; color: #333333; font-weight: bold;}
p#theauthor {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-style: italic;}
</style>
<div id="quote-container">
<p id="thequote">A woman's head is always influenced by heart; but a man's heart by his head.</p>
<p id="theauthor">- Lady Marguerite Gardiner Blessington</p>
</div>
Result:
http://greatestlovequotes.com/love-quotes-by-lady-marguerite-gardiner-blessington-32/
But when I try and put any version of the code in custom.css, it does not work. This is what I have tried:
#quote-container {background: #937CB9; margin: 0px 0px 0px 0px; padding: 15px 15px 15px 15px; border: 2px solid #7C689B}
#thequote {font-family: Helvetica, Arial, serif; font-size: 20pt; color: #333333; font-weight: bold;}
#theauthor {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-style: italic;}
Could you tell me what I should be putting in custom.css, because everything I try does not work for me... I really appreciate your help! :-)