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
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
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.
That works perfectly, thank you very much. You can close this ticket as resolved. 🙂