WordPress Membership

Easy to use WordPress Membership plugin

  • Documentation
  • WP eMember Plugin
  • Projects
  • Home

WP eMember Miscellaneous CSS Tweaks

You can add the CSS tweaks to the following interface of your site:

Appearance -> Customize -> Additional CSS

Hiding the Join Us Link in the Login Form Widget

Add the following CSS tweak to hide the Join Us link in the membership login form widget:

#wp_emember_loginForm .register_link{
display: none;
}

Hiding the Forgot Password Link in the Login Form Widget

Add the following CSS tweak to hide the Forgot Password link in the membership login form widget:

#wp_emember_loginForm #forgot_pass{
display: none;
}

Hiding the Remember Me Checkbox in the Login Form Widget

Add the following CSS tweak to hide the Remember Me checkbox in the membership login form widget:

#wp_emember_loginForm .eMember_remember_me{
display: none;
}

Center Align the Member Login Form

Add the following CSS tweak to center align the member login form on the login page:

.wp_emember_loginForm {
    margin-right: auto;
    margin-left: auto;
}

Filed Under: Additional Resources Tagged With: membership tweaks, WP eMember

Leave a Reply

Your email address will not be published. Required fields are marked *

Get the WP eMember Plugin

Get WP eMember

Categories

  • Additional Resources
  • Content Protection
  • Design & Usage
  • eMember Addon
  • Installation
  • Integration
  • License
  • Testing
  • Uncategorized
  • Video Tutorial

Recent Comments

  • admin on API – Updating A Member Account Using HTTP GET or POST
  • Andrea on API – Updating A Member Account Using HTTP GET or POST
  • Ivy on Membership Payments Using the Stripe Payments Plugin
  • Frank on Membership Payments Using the Stripe Payments Plugin
  • admin on Membership Payments Using the Stripe Payments Plugin

Featured WordPress Plugins

wordpress_estore_icon
wordpress membership plugin icon
WP Express Checkout Plugin
WordPress Lightbox Ultimate Plugin
WordPress Photo Seller Plugin
wordpress_affiliate_plugin_icon

Copyright © 2022 | WP Membership Plugin