Text Transform
The text-transform property defines the capitalization of the text of an element.
| Class | Properties |
|---|---|
| wpex-uppercase | text-transform: uppercase; |
| wpex-lowercase | text-transform: lowercase; |
| wpex-capitalize | text-transform: capitalize; |
| wpex-normal-case | text-transform: none; |