Hello again,
I was recently able to increase the font size of the comments on my blog thanks to CSS that was provided by @Asti (thank you again!)
Today my reader tested the spoiler tag in the Rich Editor, and I realized that after the spoiler, the font reverts to the default smaller font size. Screenshot is attached. I would appreciate any advice on how to fix this, so that the font is consistent in size even after the spoiler tag.
Thank you!
Use this CSS code:
.wpdiscuz-spoiler{
font-size: 15px;
}
It should solve the issue.
Hi @Asti Thank you for your reply, I've tried the fix, and when I did a test, it is the same result. Screenshot is attached.
A weird thing that has happened is that my reader's original comment which I shared in my earlier message, has self-corrected yesterday to be the same font size before and after the spoiler tag, even BEFORE you provided the additional CSS. (screenshot also attached)
However, now, even after putting in the new CSS, my new testing comment remains with the same issue. Do you have any advice for me please?
Thank you!