Hi,
You can use the below CSS in your KLEO Child theme’s style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or by going to Theme Options > General Settings > Scroll to ‘Quick CSS’
COPY CODE
.status-closed .bbp-reply-content {
color: red;
}
If you would also like to change the link color when closed please use the below CSS
COPY CODE
.status-closed .bbp-reply-content a {
color: red !important;
}
Change the color value from red to your desired color # value. Please clear all of your caches and any CDN to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution