Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi there. How do I change the font size for all the text in the comment section. Using the custom CSS codes on this forum so far only changes the comment text but the reply text stays very small.
#wpcomm .wc-reply .wc-comment-right .wc-comment-text {
line-height: inherit;
font-size: 20px !important;
}
Thanks very much.
Hi,
Please use this CSS code:
#wpdcom .wpd-comment-text p {
font-size: 20px;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
The red marked value can be changed as you like.