Jun 24, 2025 6:17 am
                        Hello,
I use latest wpforo in German. To display correct grammar, I need the phrases like “view all topics” and “view all posts” to follow the formatting defined in the translation file.
Currently, they always appear in lowercase.
Where can I change this so the correct capitalization is used?
                         1 Reply                    
                Jun 24, 2025 10:27 am
                        We'll check and get back to you soon.
In the meantime, as a workaround, you can use the following CSS code:
#wpforo .wpf-vat a, .wpforo-last-post-more a {
    text-transform: uppercase;
}
Insert the CSS codes in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.

 
                        
 
                        