The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Comment Label Styli...
 
Share:
Notifications
Clear all

[Solved] Comment Label Styling

3 Posts
2 Users
0 Likes
732 Views
Posts: 63
Topic starter
(@canewsforum)
Trusted Member
Joined: 3 years ago

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.

WP Discuz

 

 

Thanks

Topic Tags
2 Replies
Asti
Posts: 7158
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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.

Posts: 63
Topic starter
(@canewsforum)
Trusted Member
Joined: 3 years ago

That works perfectly, thank you very much. You can close this ticket as resolved.  🙂

Share: