[Support request] Change comment text to lowercase or capitalize

Home Forums Support [Support request] Change comment text to lowercase or capitalize

Home Forums Support Change comment text to lowercase or capitalize

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1065388
    Michael

    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

    #1065639
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

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

    Let me know 🙂

    #1065732
    Michael

    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

    #1065739
    Leo
    Staff
    Customer Support

    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.

    #1099078
    Michael

    Hi Leo,
    Thanks for your help.

    I have the uppercase problem with the comment.
    Captura.JPG

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

    textarea.comment {
    text-transform: unset;
    }

    Thanks

    #1099088
    Leo
    Staff
    Customer Support

    I’m seeing this CSS added:
    https://www.screencast.com/t/gHFOO0OTe

    Remove that then it should go back to the default.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.