The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] How to change Comment text size?
How-to and Troubleshooting
(@non78910)
Active Member
Joined: 5 years ago
can you please give CSS that only work on comment?
thank you
(@non78910)
Active Member
Joined: 5 years ago
or any other option that work on changing comment text size
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8195
Oct 12, 2020 8:27 am
@non78910,
Please try the CSS codes below:
/*use this code if Rich Editor is enabled*/
#wpdcom .ql-editor > * {
font-size: 20px !important;
}
/*use this code if Rich Editor is not enabled*/
#wpdcom textarea{
font-size: 20px !important;
}
/*use this code if you want to chage the font-size of the comemts in the list*/
#wpdcom .wpd-comment-text * {
font-size: 20px !important;
}
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 values should be changed before using.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
(@non78910)
Joined: 5 years ago
Active Member
Posts: 3
Oct 12, 2020 8:46 am
@asti thank you so much
it working fine now
I spent 2 hours for this problem before asking you for help but it not working at all
thank you so much