Notifications
Clear all

[Closed] Minor CSS issue in users Profile page

4 Posts
2 Users
1 Likes
2,213 Views
A_Goer
Posts: 19
Topic starter
(@a_goer)
Eminent Member
Joined: 6 years ago

This issue only happens for a specific user group. The menu items are behind the background stripe (not sure of proper name see pic.). It only happens with my Basic group - the Admin group and Premium groups are good to go.  Also is there a way to change to color of that background stripe so that the blue text will stand out a little more. 

 

Thank you 

3 Replies
Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi A_Goer,

We'll need access to fix this CSS conflict. Please register a new user with the same Usergroup (Basic member) and send login details to info[at]gvectors.com. 

Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi A_Goer,

Please use the following CSS code:

#wpforo #wpforo-wrap .wpforo-profile-wrap .h-header .wpfy{
height195px !important;
z-index-2;
}

 Also is there a way to change to color of that background stripe so that the blue text will stand out a little more. 

Sure, you can do it using this code: 

#wpforo #wpforo-wrap .wpforo-profile-wrap .h-header .wpfy {
background-color: #fff9f9;
}

Don't forget to change the red marked color codes before using.

1 Reply
A_Goer
(@a_goer)
Joined: 6 years ago

Eminent Member
Posts: 19

That did it. Thank you so much. Your support is top quality. I left a 5 star review on wordpress.org for wpforo.