Apr 22, 2019 5:45 am
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?
2 Replies
Apr 22, 2019 6:13 am
Also where can I edit the text that shows here on the password reset screen?
Apr 22, 2019 1:42 pm
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/