Changing blockquote style

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Zakir
Posts: 3
Joined: Sat Nov 22, 2008 9:52 am

Changing blockquote style

Post 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.
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Changing blockquote style

Post 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
Post Reply