Page 1 of 1

Changing blockquote style

Posted: Thu Dec 04, 2008 8:05 am
by Zakir
Hi

Iv am currently using "Blue Streak" template. I want to change the background colour for blockquote. What specific change do I need make on style.css file? Please help me out. Thanks.

Re: Changing blockquote style

Posted: Thu Dec 04, 2008 11:47 am
by yellowled
Zakir wrote:Iv am currently using "Blue Streak" template. I want to change the background colour for blockquote. What specific change do I need make on style.css file?

Code: Select all

blockquote { background-color: #ccc; }
(Change #ccc to the color of your choice.)

YL