WordPress Membership Plugin
The site is http://comcomsol.in
It is opening a little bit slow, I don’t know why.
Regarding the Join Us link removal, I found one comment in a forum, that states login.php can be edited to remove the link, but every time the plugin gets updated, that login.php needs to be re-edited. It feels like a hassle, unless something can be done in child theme. But I have got no idea how a child theme can effect working of an external plugin which is not a inbuilt feature of wordpress.
The site is http://comcomsol.in. The home page is the member login page itself. Just below the login button, there is a Join Us link. I need to remove the link. From the Simple Membership forum, I got two sets of CSS codes. The link of the page is https://simple-membership-plugin.com/?s=forgot. The code for removal of Join Us button is as following:
.swpm-login-widget-form .register_link {
display: none;
}
The code is still in place, but not having any effect.