How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
947
Views
Jun 16, 2022 6:01 pm
Hello, I'm wondering if you could provide me with CSS code that will allow me to alter the Comment Label text to a bold font so it will be more legible. I'm attaching a screen shot of the element below.
Thanks
Website URL
2 Replies
Jun 17, 2022 4:26 am
Hi @canewsforum,
You can use the CSS code below:
#wpdcom .wpd-comment-label{ font-weight:bold; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Jun 17, 2022 4:33 am
That works perfectly, thank you very much. You can close this ticket as resolved. 🙂