How do I change all the block quotes?

Posted in: Newspaper
Post count: 8

I want to change all my quotes from the default to quote box center all at once. Where is that option? I can’t find it in the tagdiv composer (I can only change fonts) and I can only change the style one by one in each post. There should be a way to change all of the quotes at once, right?

Post count: 18283

Hello !

Unfortunately this option is not available in Newspaper Theme at the moment. This has to be done manually.

Thank you !

Post count: 8

That’s unfortunate. I have hundreds of blog posts. Is there a way to set the default to something other than the first option? I really like the quote box center option.

Post count: 18283

Hello !

Unfortunately since this is not an Newspaper Theme option I cannot guide you through with it. Maybe some custom work would be possible but you will need a freelancer for that.

Thank you !

Post count: 23

Go to Them Panel > Custom Code > Custom CSS

and put this code

.single blockquote.td_quote, .single blockquote.wp-block-quote {
margin: 0 0 29px 0;
border-left: 3px solid #4db2ec;
padding: 15px 23px 16px 23px;
position: relative;
top: 6px;
clear: both;
}
.single blockquote.td_quote p, .single blockquote.wp-block-quote p{
font-family: ‘Open Sans’, arial, sans-serif;
color: #4c9d3a;
text-align: left;
font-size: 13px;
line-height: 21px;
margin: 0;
text-transform: none;
}

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.