Notifications
Clear all

[Solved] How To Change Font Size for Comment Box, Name & Email Box? (as well as Replies)

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

What is the CSS code for changing font size for the following boxes? (as well as replies)

3

Thanks in advance.


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

Hi @baxylz,

Please navigate to Dashboard > Comments > Settings >Styiling admin page, put the following CSS code in the "Custom CSS Code" textarea.

#wpcomm .wpd-form-row .wpdiscuz-item input[type="text"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="email"]{
font-size: 25px !important;
}
#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
font-size: 15px !important;
}

You can change the red marked code before using it.

Don't forget to delete all caches before checking.


   
(@baxylz)
New Member
Joined: 4 years ago
Posts: 3
Topic starter  

Hi Elvina, thanks for your quick response. 

Your code fixed the problem except for replying. While replying, the text comment box is still small text.

Could you please provide a code to edit the text in the comment box for replies?

see

(Attached an image)


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@baxylz,

Please remove the second CSS code, and put the following one, instead of it.

#wpcomm .wc-field-textarea textarea {
font-size: 25px !important;
}

Important: Delete all caches before checking.


   
(@baxylz)
New Member
Joined: 4 years ago
Posts: 3
Topic starter  

Hi Elvina, thank you for the response. That fixed it. Thanks!


   
Share:
Scroll to top