How can I change the size and color of this message: Tu comentario está en espera de revisión (Your comment is awaiting moderation)
It appears in spanish in my blog because it is a spanish blog but I don’t know where it is created in spanish because I’ve only could find it in English in “loop-comments.php”.
Hi fjrichart!
You can add this on Quick CSS to change the font size:
.comment_text em {
font-size: 11px;
}
Best regards,
Ismael
It worked. Thank you.