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
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment