Limited Support
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.
How can I stop the white block that is the background of the name and date joined from overlapping the 'account', 'activity' and 'subscriptions' tabs?
Also where can I edit the text that shows here on the password reset screen?
Please check the answers below:Â
How can I stop the white block that is the background of the name and date joined from overlapping the 'account', 'activity' and 'subscriptions' tabs?
You should use this CSS code to solve the issue:
.wpfy {
height: 134px !important;
}
Also where can I edit the text that shows here on the password reset screen?
This is default WordPress message, it doesn't below to wpForo.Â
More info here: https://developer.wordpress.org/reference/functions/wp_get_password_hint/
Â