Title: Random capitals
Last modified: September 11, 2023

---

# Random capitals

 *  Resolved [PITS Webdesign](https://wordpress.org/support/users/pits-webdesign/)
 * (@pits-webdesign)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/random-capitals/)
 * HI, question, when we suggest an idea, it will start every typed word with an
   capital. Any idea how to fix this? It won;t copy that to the suggested ideas,
   but it will random give some words capitals. Very strange. Hope sombody can help
   with this.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frandom-capitals%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/random-capitals/#post-17042963)
 * Hi [@pits-webdesign](https://wordpress.org/support/users/pits-webdesign/),
 * I am not able to repeat this on my end. When I go the page on your site, I can’t
   see the idea creation form, probably due to the board settings. Can you please
   adjust this so I can see. Also are you using the pro version of the plugin? As
   this should just be a feature of the pro version. Thanks,
 *  Thread Starter [PITS Webdesign](https://wordpress.org/support/users/pits-webdesign/)
 * (@pits-webdesign)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/random-capitals/#post-17043614)
 * Goodmorning,
 * We use the basic version. Check this url please [https://youth-r-well.com/forum/](https://youth-r-well.com/forum/).
   Ideas are open for unregistered people, so i think you can check it now.
 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/random-capitals/#post-17046034)
 * Hi [@pits-webdesign](https://wordpress.org/support/users/pits-webdesign/),
 * Oh I see what you mean. This isn’t actually being done by our plugin, this is
   being done by CSS by your nonprofit theme. In your theme you have CSS like:
 * input:not([type]), input[type=”text”], input[type=”password”], input[type=”date”],
   input[type=”datetime”], input[type=”datetime-local”], input[type=”month”], input[
   type=”week”], input[type=”email”], input[type=”number”], input[type=”search”],
   input[type=”tel”], input[type=”time”], input[type=”url”], input[type=”color”],
   textarea {
   border-color: #d7d7d7;box-shadow: none;background: rgba(242,242,242,0.2);
   text-transform: capitalize;}It’s this last part which is causing the issue: text-
   transform: capitalize;So what you could do is put some custom CSS on your site:
 * .ideapush-form-idea-title {
   text-transform: none !important;}
 * and this will resolve the issue. You can even put the custom CSS into the design
   tab in our plugin settings if you aren’t sure how to implement custom CSS. Thanks
 *  Thread Starter [PITS Webdesign](https://wordpress.org/support/users/pits-webdesign/)
 * (@pits-webdesign)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/random-capitals/#post-17046397)
 * Thanks, i added some extra css also for the text field. It works fine now!
 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/random-capitals/#post-17046486)
 * Great to hear 🙂

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

The topic ‘Random capitals’ is closed to new replies.

 * ![](https://ps.w.org/ideapush/assets/icon-256x256.png?rev=1829711)
 * [IdeaPush](https://wordpress.org/plugins/ideapush/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ideapush/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ideapush/)
 * [Active Topics](https://wordpress.org/support/plugin/ideapush/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ideapush/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ideapush/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/random-capitals/#post-17046486)
 * Status: resolved