Hi!
I want to no capitalize the post title and the comments. How could I do that?
Thank you!
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