Hi!
I want to no capitalize the post title and the comments. How could I do that?
Thank you!
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi!
I want to no capitalize the post title and the comments. How could I do that?
Thank you!
Hi Ruben,
What plugin you're talking about and where exactly? Please be more informative when you ask a support question.
Ok, thank you, I see. Please navigate to Dashboard > Comments > Settings > Styling admin page and put this CSS code in Custom CSS Code textarea, thene delete all caches and do Ctrl+F5 on front-end.
#widget-comments-container .wpdiscuz-widget-comment .wpdiscuz-widget-comment-content p.wpdiscuz-widget-comment-title{
text-transform: none!important;
}
Thank you! It works perfect 😀
Another question, how could I give the titles or the excerpt differents colors?
Thank you