[Resolved] Comment submission fields all in CAPITALS

Home Forums Support [Resolved] Comment submission fields all in CAPITALS

Home Forums Support Comment submission fields all in CAPITALS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2265207
    Toby

    Hey, we’re building a new blog site (https://azaria.blog) and the final bug I’m trying to fix has been found in testing where when a comment is left, the comment box, full name, and email fields are all in CAPITALS, and anything typed in any of these fields are also all in CAPITALS.
    It’s annoying and looks bad. The weird thing is that when the comment is posted, the capitalisation is correct, as originally entered and intended.
    Example here: https://i.imgur.com/EnIc9Ev.jpg
    I’ve looked through all the Typography sections and can’t find anything mentioning comments, or where this font/style is set.
    Any help would be appreciated.
    Thanks,
    Toby

    #2265345
    Fernando
    Customer Support

    Hi Toby,

    In Appearance > Customize > Additional CSS, you have this code:

    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], textarea, select {
    	text-transform: uppercase;
    	font-size: 13px;
    }

    If you want to remove this specific behavior, kindly remove the text-transfrom: uppercase rule.

    Hope this helps! Kindly let us know how it goes.

    #2266038
    Toby

    Many Thanks Fernando, quick and simple to solve! 🙂

    I didn’t add that there, so it must’ve been part of the default template we imported.

    #2266357
    Fernando
    Customer Support

    Yes, it’s part of the template. You’re welcome Toby! 🙂

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