How to adjust font for comment blockquote sections

Posted in: Newsmag
Post count: 15

Hi –

In the theme panel font section, I cannot figure out how to adjust the font style for blockquote within comments, such as here:

https://www.leanblog.org/2024/03/ryan-mccormacks-operational-excellence-mixtape-march-8-2024/#comment-529119

Thanks,
Mark

Post count: 35449

HI,
Unfortunately for the blockquote within comments it is need to use a custom css, something like this one:
.single .comment-content blockquote p {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: normal;
font-style: italic;
text-transform: inherit;
color: #4db2ec;
}

This code needs to be set in the theme panel > custom code > custom css.
I hope this will help you!

Post count: 15

Thanks so much!!!

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