Comment Section Label Colors

Hi Guys

Is there a CSS for the comment section labels? I know it is linked to the normal text color but in this instance, i need to change that.

In the photo posted, you can see i have highlighted some text, which i want to change into white instead of black but keep everything the same.

Would love some help on this?

Thank you so much
Sam

Hey Sam,

WordPress got a selector assigned for the text you want to change the color. Here’s a sample code to target it.

#email-notes {
    color:white;
}

You need to add all theme overriding CSS in Theme Options > CSS.

Hope that helps.

Amazing as always

Thank you so much!

You’re more than welcome Sam.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.