HI on my blog in the side bar I always enter a classic Block-quote. is it possible to add a background colour like a very soft blue in the class or style box? and if so has anyone the coding for it
thank you a lot
Hi there,
Thanks for writing in! Give your blockquote a class e.g custom-blockquote

Then add the following code in the Theme Options > CSS:
.custom-blockquote {
background: #c3d5ff;
padding: 20px;
}
Hope this helps!
Thank you I will try this later. Cool
Youβre more than welcome, glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.