How to change font/text size in quoted text in comments

Posted in: Newspaper
Post count: 80

I followed the directions in this post, but they don’t work:

https://forum.tagdiv.com/topic/how-to-change-fontstext-size-in-comments-quotes/

I’ve seen several other people with this issue, and while the suggestions seem rational, none of the solutions offered actually works.

So what IS the solution? Should be simple enough: get rid of the ridiculously large font (and color) of blockquotes in comments. Thanks.

Post count: 22421

Hello,
Please add this code in your theme panel custom code section:

.comment-content blockquote p{
font-size: 15px;
text-align:left!important;
}
.comment-content blockquote{
margin: 15px 5% 15px 5%!important;
}

Thank you!

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