[Resolved] when visitors type comments they show in all caps

Home Forums Support [Resolved] when visitors type comments they show in all caps

Home Forums Support when visitors type comments they show in all caps

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1260424
    Lonnie

    When visitors type comments in the comment field the words show in all caps. How do I correct this? Thanks.

    #1260428
    Leo
    Staff
    Customer Support

    Hi there,

    Go to Additional CSS field in the customizer and remove this block of CSS:

    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;
    }

    Let me know if this helps ๐Ÿ™‚

    #1260557
    Lonnie

    Thanks! That worked perfectly! I appreciate it!!

    #1261552
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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