Evening,
My block quote looks like this http://i50.tinypic.com/se95xz.png
I would like a better block quote that displays a box kind of like this
http://i48.tinypic.com/2dik17q.png
is this possible?
Evening,
My block quote looks like this http://i50.tinypic.com/se95xz.png
I would like a better block quote that displays a box kind of like this
http://i48.tinypic.com/2dik17q.png
is this possible?
Hi,
You can add this on your custom.css. This is the closest one I can give you.
blockquote {
background: #1D1D1D;
color: #FF6F07;
font-family: Georgia,"Times New Roman",Times,serif;
clear: both;
font-size: 1.2em;
font-style: italic;
line-height: 1.4em;
margin: 10px 0 10px 0;
padding: 0 0 0 40px;
}
blockquote p {
padding: 10px;
border-left: 1px solid #101010;
}
Regards,
Ismael
You must log in to post.