Title: remove border from login when using shortcode
Last modified: August 21, 2016

---

# remove border from login when using shortcode

 *  [CommonEasy](https://wordpress.org/support/users/commoneasy/)
 * (@commoneasy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-border-from-login-when-using-shortcode/)
 * Hi there, I use a shortcode to integrate the login-with-ajax pluging on my front
   page and it works really fantastic! However I really want to delete the ugly (
   table)borders around the plugin it self. I have been playing with the widgets.
   css file but is doesn’t have any influence (maybe because it only influences 
   widgets :P). so i was wondering where i should edit the css to remove the borders…
   I hope somebody can help! many thanks 🙂
 * [https://wordpress.org/plugins/login-with-ajax/](https://wordpress.org/plugins/login-with-ajax/)

Viewing 1 replies (of 1 total)

 *  [ellenloehman](https://wordpress.org/support/users/ellenloehman/)
 * (@ellenloehman)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-border-from-login-when-using-shortcode/#post-5020047)
 * On this page: [http://wordpress.org/plugins/login-with-ajax/other_notes/](http://wordpress.org/plugins/login-with-ajax/other_notes/),
   it explains how to format the box. I did the thing about a child theme (because
   I have one) and it mostly works. If you don’t have a child theme, you can edit
   the CSS directly. What worked most simply was to change the border color to white(
   my background color), because my theme has its own rules about table borders.
 *     ```
       .lwa { margin-bottom:10px; }
       form.lwa-form, form.lwa-remember, div.lwa-register form { position:relative; }
       .lwa table { width:100% !important; margin:0px !important; border-spacing:0; border-collapse:collapse; border-color:white; }
       .lwa td,.lwa th { padding:0; border-spacing:0; border-color:white; }
       .lwa td { padding-top:7px; vertical-align:top; background-color:none; border-color:white; }
       ```
   
 * If you don’t know how to edit the css, maybe you shouldn’t be doing this, though.

Viewing 1 replies (of 1 total)

The topic ‘remove border from login when using shortcode’ is closed to new replies.

 * ![](https://ps.w.org/login-with-ajax/assets/icon-256x256.png?rev=976165)
 * [Login With Ajax - Fast Logins, 2FA, Redirects](https://wordpress.org/plugins/login-with-ajax/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/login-with-ajax/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/login-with-ajax/)
 * [Active Topics](https://wordpress.org/support/plugin/login-with-ajax/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/login-with-ajax/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/login-with-ajax/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [remove border](https://wordpress.org/support/topic-tag/remove-border/)

 * 1 reply
 * 2 participants
 * Last reply from: [ellenloehman](https://wordpress.org/support/users/ellenloehman/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/remove-border-from-login-when-using-shortcode/#post-5020047)
 * Status: not resolved