- This topic has 1 reply, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Remove Logged in Text in Sidebar
Hi, I have a login form in my sidebar, when I login I get various text elements,
Logged in as:
Account Status:
Membership:
Account Expiry:
Logout:
How do I remove any of these elements?
Regards
Tony
Hi, that is the standard logged in display information when a member logs in. You could try the following CSS code. This would remove most of the labels.
.swpm-logged-label {
display: none;
font-weight: bold;
}
You might want to use the following custom css plugin to apply these CSS tweaks to your site.