Dec 11, 2017 2:23 pm
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
Dec 11, 2017 10:42 pm
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}