- This topic has 4 replies, 2 voices, and was last updated 10 years, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › How to hide membership details in the login widget when member is logged in
Tagged: login widget
When a member is logged in I would like to hide the following info:
membership level, membership status and expire date. Is this possible?
Thanks,
Angie
Hi Angie, It should be doable with some CSS tweak. Can you please create a test member account (you will delete it later) and then share the details here. Also, post your login page URL.
ok, here is the member info:
username: aknowles
p/w: gscookies
[www.gs.hallmarkemblems.com]
Thanks,
Angie
Hi Angie, Grab this CSS plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS in there to hide the membership level, status and expiry:
.eMember_logged_in_level{
display: none;
}
.eMember_logged_in_account_status{
display: none;
}
.eMember_logged_user_expiry{
display: none;
}
Thanks, worked perfectly.
angie