Problem with blockquote

Posted in: Newsmag
Post count: 53

How can I change the standard “blockquote”-style to “td_quote_box td_box_center”?

I have many old posts with standard blockquotes and can’t change every old article to the shortcode…

Post count: 6600

Hi,

You can do it via custom css, target your blockquotes and apply this css, like this: http://screencast.com/t/9sFd3IKK

.td-post-content blockquote {
margin: 0px 0px 29px 0px;
background-color: #FCFCFC;
border-left-style: solid;
border-width: 2px;
border-color: #4db2ec;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
}

.td-post-content blockquote p
{
font-family: 'Open Sans', arial, sans-serif;
color: #777777;
font-size: 13px;
line-height: 21px;
text-align: left;
padding-bottom: 16px;
margin: 0px;
text-transform: none;
font-weight: normal;
font-style: italic;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.