This is nice in English, but it feels weird in other languages (here French).
How can I change that?
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi @ajmch,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS in "Custom CSS Code". Save it, delete all caches and check again.
#wpfa_dialog .wpfa-button .wpfa-button-text {
text-transform: none !important;
}
Copy-pasted it, aved it, cleared the caches (all forum caches, local cache, Stackpath cache) and used another browser with another account. No change.
In the meantime, here, @razmik gave me the solution: I have to delete the minified CSS/JS as well. Now the Capitals are gone, thank you!