Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
1,244
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. 🙂