Title: Modify shadow and edge
Last modified: September 22, 2017

---

# Modify shadow and edge

 *  [mapo85](https://wordpress.org/support/users/mapo85/)
 * (@mapo85)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/modify-shadow-and-edge/)
 * Hi,
    how do I modify the shadow of the form? can you delete the border under 
   the “Login” button?
 * thank you..
 * [http://viziografico.altervista.org/box.PNG](http://viziografico.altervista.org/box.PNG)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/modify-shadow-and-edge/#post-9520320)
 * hi [@mapo85](https://wordpress.org/support/users/mapo85/),
 * Please add the following CSS code to Custom CSS of plugin (Login Form Setting
   > Custom CSS)
 * **This will modify the shadow of the form**:
 *     ```
       form#loginform {
          -webkit-box-shadow: 0px 0px 6px 6px rgba(42,166,131,1) !important;
           -moz-box-shadow: 0px 0px 6px 6px rgba(42,166,131,1) !important;
           box-shadow: 0px 0px 6px 6px rgba(42,166,131,1) !important;
       }
       ```
   
 * **This will remove the shadow from Login Button**:
 *     ```
       input#wp-submit{
          -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
           box-shadow: none !important;
       }
       ```
   
 * Thank you.
 *  Thread Starter [mapo85](https://wordpress.org/support/users/mapo85/)
 * (@mapo85)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/modify-shadow-and-edge/#post-9520392)
 * Perfect! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Modify shadow and edge’ is closed to new replies.

 * ![](https://ps.w.org/admin-custom-login/assets/icon-256x256.png?rev=1121656)
 * [Admin Custom Login](https://wordpress.org/plugins/admin-custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/admin-custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/admin-custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/admin-custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/admin-custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/admin-custom-login/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mapo85](https://wordpress.org/support/users/mapo85/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/modify-shadow-and-edge/#post-9520392)
 * Status: not resolved