Change pull quote center style

Posted in: Newsmag
Post count: 90

Hello, I’d like to change the “pull quote center” layout. I want that the text has the same color of the normal text of the article, then I want to have it left-aligned and not at the center of the quotebox. How can I do this?

Thanks.

Post count: 7909

Hi,

You can change color of the blockquote from Theme Panel > Theme Colors: http://screencast.com/t/jwUKXPjeOf6
And if you want to be left-align just use shortcode pull quote left: http://screencast.com/t/iIzxVk5U

Result: http://screencast.com/t/TF9KtBuU

If you want to use pull quote center: http://screencast.com/t/wFpoKzmdFuot and the text to be left-aligned please use this custom css: http://screencast.com/t/XLtTxcxAPlwO

.td_pull_center p{
text-align: left !important;
}

Please provide more information if this is not solve your issue.

Thanks!

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