Notifications
Clear all

wpForo 1.x.x [Closed] Translation -> Upper Case will shown as Lower Cases...

2 Posts
2 Users
0 Reactions
1,571 Views
Posts: 1
Topic starter
(@lozdigloz)
New Member
Joined: 7 years ago

Hello,

i've got some Question. The translation of "Member Activity" which is shown in User Profils uses only lower case. But for the German Language Translation it must be start with an upper case. If i translate it via po File and use an upper case, it would be shown an lower case. How can i change it, that the translation is shown as i typed in?

 

Thanks

1 Reply
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

You can fix that using CSS code. Please navigate to Dashboard > Forums > Settings > Styles admin page and put this CSS code in Custom CSS Code textarea. Save it delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-head {display:inline-block}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-head:first-letter {text-transform: uppercase}