Quote Background
-
I’d like to change the quoted sections on my blog to have a light brown background like on TPM:
http://www.talkingpointsmemo.com/archives/2009/07/still_waiting_for_a_explanation.php?ref=fpblgMy blog is here:
http://danielstrauss.wordpress.com/How do I do that?
The blog I need help with is: (visible only to logged in users)
-
This code should work, but the color code in this example is light gray:
<blockquote><div style="background-color:#F2F2F2;">TEXT</div></blockquote> -
-
-
No, that code is for changing it in the post on a post by post basis.
Add the background declaration ( background-color: #f2f2f2; ) to the ” blockquote ” section in the CSS.
-
- The topic ‘Quote Background’ is closed to new replies.