Notifications
Clear all

Size

3 Posts
2 Users
0 Likes
1,381 Views
(@teftelkaaa)
New Member
Joined: 5 years ago
Posts: 2
Topic starter  

Hello! How to increase the font size of the response to comments? Very small. The font of the comment itself can be changed, but the font of the response to the comment cannot be changed.


   
Quote
Topic Tags
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

Hi @teftelkaaa,

You can increase replies font size using this CSS code. Please put it in Dashboard > Comments > Settings > Styling Tab > Custom CSS Code textarea. Save it, delete all caches, go to website front-end and press Ctrl+F5 to reset browser cache:

#wpcomm .wc-reply .wc-comment-right .wc-comment-text,
#wpcomm .wc-reply .wc-comment-right .wc-comment-text *{
line-height: auto;
font-size: 15px;
}

   
ReplyQuote
(@teftelkaaa)
New Member
Joined: 5 years ago
Posts: 2
Topic starter  

Thanks so much


   
ReplyQuote
Share:
Scroll to top