„view all topics“ e...
 
Notifications
Clear all

Style [Solved] „view all topics“ etc always in lowercase

2 Posts
2 Users
1 Reactions
174 Views
Posts: 14
Topic starter
(@pablo)
Eminent Member
Joined: 12 months ago

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
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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.