Oct 22, 2021 6:50 am
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.
2 Replies
Oct 22, 2021 7:52 am
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.