Arcanum Comment Section Capitalization

  • Author
    Posts
  • #94750

    Hi,

    I am using the arcanum theme but I can’t find the forum for it.

    I want to know how to remove capitalization in the comments area. When I start typing the comments, it’s all shown as capitalized letters but when I post the comment it’s shown as lowercase. I just want to see the true case of the letters. It’s very confusing for me and the visitors as well.

    Thank you!

    #95137
    Zed
    Cryout Creations mastermind

    That is a design choice which you can turn off with CSS:

    body .comment-form-author input, 
    body .comment-form-email input, 
    body .comment-form-url input, 
    body .comment-form-comment textarea {
        text-transform: none; 
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #106486

    Thanks, Zed! I wanted this also.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Arcanum Comment Section Capitalization’ is closed to new replies.