comment approval - your comment is awaiting moderation text color

how can i change the font and color of the comment approval text “your comment is awaiting moderating”,not able to find the css for this…plz help me out

Hi Vishal,

I hope you are well today and thank you for your question.

You can change the font and color of the comment approval text “your comment is awaiting moderating” by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS


#comments p.comment-awaiting-moderation {
  font-family: monospace;
  color: #0081cc;
}

Please change the font family and text color in the above code to whatever you want to use.

Best Regards,
Movin