Title: Header Text is Lowercase
Last modified: August 20, 2016

---

# Header Text is Lowercase

 *  [cjones2989](https://wordpress.org/support/users/cjones2989/)
 * (@cjones2989)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/header-text-is-lowercase/)
 * Hello. My website URL is [http://jkmobiledjs.com/WP](http://jkmobiledjs.com/WP)
 * For some reason, the page link text is in lowercase. I would like normal capitalization
   to be enforced. My Pages was set up with proper capitalization so the theme must
   be overriding it.
    Like “services” to “Services”. Any help would be appreciated.

Viewing 1 replies (of 1 total)

 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/header-text-is-lowercase/#post-2653864)
 * Hi cjones
 * Looks like you need to change `text-transform: lowercase;` to `text-transform:
   capitalize;` in your style.css file, at the following point.
 *     ```
       #header #header-menu ul li {
       		height: 32px;
       		font: normal 18px/32px Arial;
       		color: #ffffff;
       		float: left;
       		text-transform: lowercase;
       		padding: 0 15px;
       	}
       ```
   
 * You could also just remove that line altogether and the text will remain as entered.
 * See [http://www.w3schools.com/cssref/pr_text_text-transform.asp](http://www.w3schools.com/cssref/pr_text_text-transform.asp)
   for more details.
 * Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Header Text is Lowercase’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [markcallen](https://wordpress.org/support/users/markcallen/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/header-text-is-lowercase/#post-2653864)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
