Lastest topic widget
3 posters
Page 1 of 1
Lastest topic widget
Hi friends , my brother and I have the same problem on our forums.
Is it possible to make the topic titles in the recent widget be modified with a capital first letter and the rest lowercase? also in the preview of the last topic in the topics of the index we have the same problem.
I would like to prevent users from writing all uppercase or all lowercase.
the rest is ok, my brother received help on the Italian forum.
I attach photo of the problem
thank you
Is it possible to make the topic titles in the recent widget be modified with a capital first letter and the rest lowercase? also in the preview of the last topic in the topics of the index we have the same problem.
I would like to prevent users from writing all uppercase or all lowercase.
the rest is ok, my brother received help on the Italian forum.
I attach photo of the problem
thank you
ginepraio- New Member
- Posts : 1
Reputation : 1
Language : italian
Re: Lastest topic widget
You can use text-transform in your css. like
Check this for more: https://www.w3schools.com/cssref/pr_text_text-transform.asp
But that won't make text uppercase, it will only make it look uppercase...
I mean, text in database will still be how it's originally written and you will only see it on your browser a bit changed in places you put that css code, but it will be shown as originally written everywhere else...
- Code:
text-transform: capitalize;
Check this for more: https://www.w3schools.com/cssref/pr_text_text-transform.asp
But that won't make text uppercase, it will only make it look uppercase...
I mean, text in database will still be how it's originally written and you will only see it on your browser a bit changed in places you put that css code, but it will be shown as originally written everywhere else...
Similar topics
» Latest Topic Widget
» Replace avatar with topic image to recent topic widget
» Latest Topic Widget always redirects to the very last page of a topic
» Widget for Most Active Topic Starters
» Latest Topic Widget
» Replace avatar with topic image to recent topic widget
» Latest Topic Widget always redirects to the very last page of a topic
» Widget for Most Active Topic Starters
» Latest Topic Widget
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum