- This topic has 2 replies, 2 voices, and was last updated 3 years, 10 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 › Registration form border
Hi,
I am trying to remove the borders around the registration and edit profile form using CSS. I can do this by selecting each one EG
#swpm-registration-form > table > tbody > tr.swpm-registration-username-row > td:nth-child(1)
border none
#swpm-registration-form > table > tbody > tr.swpm-registration-username-row > td:nth-child(2)
border none
ETC,
But is there a way of doing it just by selecting one class instead of selecting them all individually?
Thanks for your time
Hi, are you using the Form Builder addon? Also, are you trying to remove all the borders in the login widget which include the fields for the username etc or just the border around the login widget?
For the login widget we have the following documentation.
https://simple-membership-plugin.com/customizing-the-look-of-the-membership-login-widget/
Kind regards.
This can be deleted.