- This topic has 2 replies, 2 voices, and was last updated 3 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Remove “Join us” Link from Login Page
Tagged: Remove Join Us Link
Hello all,
I need to remove the “Join Us” link from the login page. Unfortunately, the CSS codes you provided do not work. The page is created with the Divi theme. Do you have any other idea what I can do?
This is the page: https://member.ziegler-systemhaus.de/membership-login
Thanks a lot and greetings
Magdalena
Hi, try the following CSS code.
.swpm-join-us-link {
display: none;
}
Kind regards.
Hi there,
already tried that. And the following CSS-Codes:
.swpm-login-widget-form .register_link {
display: none;
}
.swpm-join-us-link a {
display: none;
}
These are not working either. Any ideas?