Profile Popup

Hi
I have changed the profile popup colors by mistake now the
Member Since,Likes Received and all others are not visible how can I revert or rest to default color style? I mean where to found this section?
 
If you mean the member card, there isn't an explicit section in Style Properties for that.

You can apply styling using EXTRA.css.

These are most of the relevant classes.

.xenOverlay.memberCard .userInfo

.xenOverlay.memberCard .userInfo .userTitleBlurb

.xenOverlay.memberCard .userInfo .status,
.xenOverlay.memberCard .userInfo .status a

.xenOverlay.memberCard .userInfo h3,
.xenOverlay.memberCard .userInfo h3 a

.xenOverlay.memberCard .userInfo h4

.xenOverlay.memberCard .userLinks,
.xenOverlay.memberCard .userLinks a


.xenOverlay.memberCard .userInfo .userStats dd

.xenOverlay.memberCard .lastActivity

Here's a thread which may be of use: http://xenforo.com/community/threads/how-do-i-change-text-color-on-the-overlay-member-card.11511/
 
Top Bottom