Site logo

Archived topic

Change comment text to lowercase or capitalize

5 replies · Started by Michael on November 17, 2019

Viewing posts 1–6 of 6

Hi,
All the comment of my post has uppercase I can´t change it to lowercase or capitalize. Since this happened the comments of my post are getting down, so I have to fix it ASAP.

I use Jetpack but I don´t see anything about typography to change it, Do I have to change the type of letter on the theme?

Many thanks,
Regards

Hi there,

Give this CSS a shot:

.comments-title {
    text-transform: unset;
}

Let me know :)

Hi Tom,
Thank u for your help.

This CSS doesn´t work. My problem is with the comment reply title. Will be great if I could send u a screenshot.

I´m going to try to explain myself.
The selector #comment have by default a style text-transform: uppercase that I don´t know where I can change it.
The div id is respond and the class coment-respond. I tried to change your CSS code to
.comments-respond {text-transform: unset;} but doesn´t work either.

Many thanks,
Best

Is this what you are referring to?
https://www.screencast.com/t/YP3obJZliC1A

If so this CSS should definitely work:

h3.comments-title {
    text-transform: unset;
}

Make sure to clear your caching plugin after adding the CSS.

Hi Leo,
Thanks for your help.

I have the uppercase problem with the comment.
https://www.screencast.com/t/d7aM1zs2UREX

I tried with this CSS that I´m sure that is wrong, how can I fix it?

textarea.comment {
text-transform: unset;
}

Thanks

This archived topic is closed to new replies.