Notifications
Clear all

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

5 Posts
2 Users
0 Reactions
1,352 Views
Posts: 61
Topic starter
(@ediko)
Trusted Member
Joined: 3 years ago

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: 10587
Admin
(@robert)
Support Team
Joined: 9 years 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: 3 years ago

Trusted Member
Posts: 61

@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: 9 years ago

Support Team
Posts: 10587

@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: 3 years ago

Trusted Member
Posts: 61

@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/