Archived topic
how can i turn white spaces in comment into grey just like main body
3 replies · Started by Nishant on May 25, 2020
Viewing posts 1–4 of 4
Please tell me how can I turn white spaces in a comment into grey just like main body color in generatepress.
Hi there,
Try this CSS:
.comment-content {
background-color: #efefef;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you
It worked
No problem :)
This archived topic is closed to new replies.