Title: Widget Text
Last modified: August 30, 2016

---

# Widget Text

 *  [kellyjeanine](https://wordpress.org/support/users/kellyjeanine/)
 * (@kellyjeanine)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/widget-text-2/)
 * Ive asked a similar question but it is still unresolved. The text in the widget
   is different. Some words are capitalized and other are lowercase no matter how
   I type them. [http://curlsandmelanin.com/blog/](http://curlsandmelanin.com/blog/)

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/widget-text-2/#post-6403704)
 * Hey there kellyjeanine,
 * How are you today?
 * Thanks for the link, this is actually defined in the CSS and different values
   are added on different parts of widget title.
 * You should be able to override that and apply the same value to all of those 
   parts with some custom CSS. Please try adding the following CSS code in the style.
   css file of your [child theme](http://codex.wordpress.org/Child_Themes) or add
   it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .widget-title, .widget-title em, .widget-title span {
           text-transform: none;
       }
       ```
   
 * adding none will remove all text transformation and will display the text as 
   you write it. There are different values you can use depending on what you want
   to display, you’ll find them here [http://www.w3schools.com/cssref/pr_text_text-transform.asp](http://www.w3schools.com/cssref/pr_text_text-transform.asp).
 * If the code doesn’t work please keep it added and let me know so I can take a
   look 🙂
 * Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Widget Text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sugar-and-spice/1.3.2/screenshot.
   png)
 * Sugar and Spice
 * [Support Threads](https://wordpress.org/support/theme/sugar-and-spice/)
 * [Active Topics](https://wordpress.org/support/theme/sugar-and-spice/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sugar-and-spice/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sugar-and-spice/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/widget-text-2/#post-6403704)
 * Status: not resolved