Title: Title size changes
Last modified: June 15, 2018

---

# Title size changes

 *  Resolved [mummyheartsyou](https://wordpress.org/support/users/mummyheartsyou/)
 * (@mummyheartsyou)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/title-size-changes/)
 * Good evening,
 * for some reason I have had a few changes on the blog, which I am unsure how its
   happened! Basically all the “widget titles”{including footer widgets}, Favourite
   posts and “new on the blog” headers have all converted to capital letters! I 
   had them in lower case which I preferred. I am not sure how its changed over 
   as I don’t remember changing it myself?
 * Also, when I click into a blog post to read “Share this” and leave a reply is
   also in capitals. I would like it all in lowercase.
 * Any help would be much appreciated!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftitle-size-changes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/title-size-changes/#post-10405393)
 * Hello mummyheartsyou,
 * Hope you are having a great day and thanks for contacting us!
 * Please go to WP Admin > Appearance > Customize > Additional CSS and inside that
   box, add the following code:
 *     ```
       div.sharedaddy h3.sd-title, h3#reply-title, .sidebar-borders .widget-title span {
           text-transform: lowercase;
       }
       ```
   
 * ​Try it and let me know how it worked.
    Kind regards, Diego
 *  Thread Starter [mummyheartsyou](https://wordpress.org/support/users/mummyheartsyou/)
 * (@mummyheartsyou)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/title-size-changes/#post-10405413)
 * Thank you for getting back to me. I have added the code but it only changed half
   into lowercase? So Favourite Posts, New on The Blog, Half of the widget area {
   badges, newsletter sign up, latest videos} and footer are still on capitals?
 * Many Thanks
 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/title-size-changes/#post-10405594)
 * Hi again!
 * Try adding this as well:
 *     ```
       .block-title span,
       .blog-feed > h2,
       .sidebar-no-borders .widget-title span  {
           text-transform: lowercase;
       }
       ```
   
 * Please, let me know if you need any further assistance.
    Kind regards, Diego
    -  This reply was modified 7 years, 11 months ago by [corewpress](https://wordpress.org/support/users/corewpress/).
 *  Thread Starter [mummyheartsyou](https://wordpress.org/support/users/mummyheartsyou/)
 * (@mummyheartsyou)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/title-size-changes/#post-10405980)
 * That wroked perfectly. How would I changed the footer widget title to lowercase?
   So sorry!!
 * Thank you so much for all your help, its very much appreciated!
 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/title-size-changes/#post-10406863)
 * Hi there,
 * Please try this css:
 *     ```
       .footer .widget-title {
           text-transform: lowercase;
       }
       ```
   
 * Kind regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Title size changes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/title-size-changes/#post-10406863)
 * Status: resolved