Title: WordPress capital text issue?
Last modified: May 18, 2021

---

# WordPress capital text issue?

 *  [arunmaurya25](https://wordpress.org/support/users/arunmaurya25/)
 * (@arunmaurya25)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wordpress-capital-text-issue/)
 * Hi, I am facing issues regarding WordPress text capitalization!
    Idk, if it is
   a theme issue or a WordPress problem? Please suggest something if you guys can
   help!
 * Whenever I type something the first letter of the word automatically becomes 
   capital.
    -  This topic was modified 5 years, 1 month ago by [arunmaurya25](https://wordpress.org/support/users/arunmaurya25/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwordpress-capital-text-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Ian Sackofwits](https://wordpress.org/support/users/plantprogrammer/)
 * (@plantprogrammer)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wordpress-capital-text-issue/#post-14424486)
 * Hi, arunmaurya25, your theme, OceanWP, has a CSS style rule that makes the text
   capitalized:
 *     ```
       /* Typography CSS */
   
       body {
             font-family: Poppins;
              font-size: 13px;
              line-height: 1.5;
              letter-spacing: .5px;
              text-transform: capitalize;          
            }     
       ```
   
 * You could override this using the following CSS:
 *     ```
       body {
           text-transform: initial !important;
       }
       ```
   
    -  This reply was modified 5 years, 1 month ago by [Ian Sackofwits](https://wordpress.org/support/users/plantprogrammer/).
      Reason: fixed code formatting

Viewing 1 replies (of 1 total)

The topic ‘WordPress capital text issue?’ is closed to new replies.

## Tags

 * [text-transform](https://wordpress.org/support/topic-tag/text-transform/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ian Sackofwits](https://wordpress.org/support/users/plantprogrammer/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/wordpress-capital-text-issue/#post-14424486)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
