AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Text-Transform: Capitalize Not Working On Post Topic (Heading)

5 Posts
2 Users
0 Reactions
1,877 Views
Posts: 61
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@ediko)
Trusted Member
Joined: 5 years ago
[#17035]

After searching for the forum for any related topic and trying to work on the CSS code, i still can't make text-transform: capitalize work on my forum.

Other text-transform like uppercase and lowercase are working but this particular one isn't working on the h1 heading why?

I have tried

 

                 #wpforo #wpforo-wrap #wpforo-title {
font-size: 30px;
font-weight: bolder;
text-transform: uppercase;
}


4 Replies
Robert
Posts: 10752
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 3 months ago

You're putting the CSS code in a wrong place, or you're not deleting the cache properly, make sure you've pressed Ctrl+F5 on forum front-end to reset the browser cache as well and add the !important to then CSS property:

#wpforo #wpforo-wrap #wpforo-title {
  font-size: 30px;
  font-weight: bolder;
  text-transform: uppercase !important;
}

3 Replies
(@ediko)
Joined: 5 years ago

Trusted Member
Posts: 61
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@robert  i am currently using:

text-transform: uppercase;

Cos i want to use uppercase for now since capitalize isn't working

I have tried in other places within

#wpforo #wpforo-wrap #wpforo-title

and h1 but it's not working


Robert
Admin
(@robert)
Joined: 3 months ago

Support Team
Posts: 10752
Robert
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@ediko,

It works fine if you put it in a correct place and delete all caches properly. Please leave a screenshot, where have you put this code and a direct link where I can check the result.


(@ediko)
Joined: 5 years ago

Trusted Member
Posts: 61
Robert
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@robert this is the code i used:

#wpforo #wpforo-wrap #wpforo-title {
text-transform: capitalize;
}

What i mean is that is doesn't force capitalize words like lowercase or uppercase do. For instance if i type "I Want to USE a WORDPress Forum" using capitalize option, it will printout the title exactly the way i typed. 

See link of what i mean here https://thebendelite.com/forum/news-politics/south-south-conference-on-the-future-of-nigeria-dr-pedro-obaseki-video/

 text capitalize code

Share: