Title: disable shadow not working
Last modified: August 22, 2016

---

# disable shadow not working

 *  Resolved [waxymilanders](https://wordpress.org/support/users/waxymilanders/)
 * (@waxymilanders)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-shadow-not-working/)
 * I’ve disabled shadows but it is still showing up on my log in button making it
   look blurry and unreadable. Any way to fix this?
 * [http://jamsessiononline.com/wp-login.php](http://jamsessiononline.com/wp-login.php)
 * [https://wordpress.org/plugins/erident-custom-login-and-dashboard/](https://wordpress.org/plugins/erident-custom-login-and-dashboard/)

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

 *  Plugin Contributor [Libin](https://wordpress.org/support/users/libinvbabu/)
 * (@libinvbabu)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-shadow-not-working/#post-5465350)
 * Hello,
 * Disable shadow option in the settings page is for the footer links only. I will
   extend this feature to the button also in the next version. You can add this 
   as a [feature request here](https://wordpress.org/support/topic/suggestionsrequests-for-future-version-update?replies=43)
 * For the time being you can do anyone of the following:
 * Option 1. Make the button background a lighter one. (Eg: #C6CACB)
 * Option 2. Open Plugin editor and add following styles to `body.login #loginform
   p.submit .button-primary, body.wp-core-ui .button-primary`
 *     ```
       text-shadow: none !important;
       color: #fff !important;
       ```
   
 * Note: The second option is just a temporary fix and you will loose this on next
   plugin update.
 *  Thread Starter [waxymilanders](https://wordpress.org/support/users/waxymilanders/)
 * (@waxymilanders)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-shadow-not-working/#post-5465380)
 * Option 1 worked for me, thanks Libin!
 *  Plugin Contributor [Libin](https://wordpress.org/support/users/libinvbabu/)
 * (@libinvbabu)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-shadow-not-working/#post-5465382)
 * Awesome!
 * If the plugin is a useful one for you, I request you to leave a 5 star rating
   for it in the [reviews section](https://wordpress.org/support/view/plugin-reviews/erident-custom-login-and-dashboard).
 * Thank you.

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

The topic ‘disable shadow not working’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Libin](https://wordpress.org/support/users/libinvbabu/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/disable-shadow-not-working/#post-5465382)
 * Status: resolved