Notifications
Clear all

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.

 

[Closed] White block overlapping on profile pages

3 Posts
2 Users
0 Reactions
1,025 Views
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 7 years ago

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?

https://smallcaps.com.au/forum/profile/43/

2 Replies
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 7 years ago

Also where can I edit the text that shows here on the password reset screen?

Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

@stocksforum,

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/

Â