Title: problem with automatic capitalization
Last modified: December 2, 2021

---

# problem with automatic capitalization

 *  Resolved [yffyng](https://wordpress.org/support/users/yffyng/)
 * (@yffyng)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/problem-with-automatic-capitalization/)
 * A cordial Christmas greeting:D, you know that I am a lover of the theme,
    I’ve
   been using it for a long time. I recently decided to take advantage of categories
   to add textual content to it, but it looks like [this](https://vertederodefrases.com/anime/).
   The first letter of each word is automatically capitalized. It looks pretty ugly,
   and I can’t find any option in the theme to remove it. Do you know how I could
   fix it?
 * Tnku for you time ::)

Viewing 1 replies (of 1 total)

 *  Theme Author [Toshihiro Kanai](https://wordpress.org/support/users/mirucon/)
 * (@mirucon)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/problem-with-automatic-capitalization/#post-15127689)
 * Hello there!
 * I’m happy that you liked my theme 😉
 * While there isn’t any customizer options for the setting, you can remove the 
   feature with this simple CSS code:
 *     ```
       body .taxonomy-description {
         text-transform: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘problem with automatic capitalization’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Toshihiro Kanai](https://wordpress.org/support/users/mirucon/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/problem-with-automatic-capitalization/#post-15127689)
 * Status: resolved