Quote on Blocks

Posted in: Newspaper
Post count: 9

Hi,

I just wanted to know how to change the font of the quotes on blocks. I can’t find the place to do so.

Thanks

Post count: 22421

Hello,

Please check the theme panel: https://www.screencast.com/t/slTXTGQByhec
Blocks do not show quotes. They only how an excerpt of the posts.

Thank you!

Post count: 9

Thanks for the answer.

However, I think you can have no excerpt and a quote on block. Here is an example. When you edit an article there is a field called “Quote on blocks”. https://www.screencast.com/t/zxsqTM0I8U

Then, if you put the excerpt length at 0, and a non-white accent hover color you got this : https://www.screencast.com/t/ol2qf4L9W

Best,
P

Post count: 9

Just so you know, I found a solution, with a custom CSS :

.td_quote_on_blocks {
font-family: ‘Garamond’, sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 400;
font-style: normal ;
text-align: left;
text-transform: none ;
color: black ;
margin-top: 10px;
}

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