I installed 5.1.0 and the reply threads behave differently now.
The main thread comment is larger text (I had modified it to make it larger) but the reply threads would be the same size unless there was ReadMore. then read more will expand to larger text.
Now the nested replies to a comment thread are all super small text. I have custom formatting which I have stripped to test and it still behaves this way. Is there any way to fix it? I don't want to roll back versions, as I like the new features.
Thank you so much!
I've attached a picture of what I am talking about. It looks like a 1940s FBI FOIA request with the redactions. My commenters are very antagonistic.
Hi kesseret,
you need to put the following CSS code in Dashboard > Comments > Settings > Styling > Custom CSS Code teatarea.
#wpcomm .wc-reply .wc-comment-right .wc-comment-text, #wpcomm .wc-reply .wc-comment-right .wc-comment-text * {
font-size: 15px;
}
Don't forget to change the red marked color codes before using.
Thanks! Resolved!
I really appreciate it!