Would be awesome.
Announcement
Collapse
No announcement yet.
Auto-Capitalize First Letter of Each Word In Thread Title
Collapse
X
-
This custom CSS will do that for all module titles:
If you want just the topic title, then use the module title widget ID used for topic title.Code:.page-title-widget .module-title h1 { text-transform: capitalize; }
Change 19 to your corresponding topic title widget ID for your forum. You can find it by right-clicking the topic title and choosing Inspect and then looking for the id attribute value for the enclosing div with class b-module. The id has a format of widget_XX where XX is the numerical id of that widget or module.Code:#widget_[B][COLOR=#FF0000]19[/COLOR][/B] .module-title h1 { text-transform: capitalize; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
-
Awesome thanks glenn. We just want to stop having to alter new threads created by members. I change all lowercased words in thread titles to uppercase. Is that the first or 2nd code you suggest?
Any idea where i would change this background to gray? We cant see the names when trying to create a new PM.
- Top
- Translate
- Bottom
Comment
-
2nd solution.
For the autocomplete dropdown background, try this:
Code:.ui-autocomplete { background: #eee; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
Latest Posts
Collapse
-
by ChunkHello!
My name is Chunk (nickname). Im current graduated from my local college for Web Development. Today I will be exploring vBulletin...07-11-2026, 06:08 AM -
Get Affordable and Fast VPS for vBulletin -
by PitmanLol... Like I said, I am Shon.
I am I user and administrator of vBulletin since 2002 (good old days) and I joined here because I recently...07-08-2026, 02:29 PM

Comment