Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Libin

    (@libinvbabu)

    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

    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

    (@waxymilanders)

    Option 1 worked for me, thanks Libin!

    Plugin Contributor Libin

    (@libinvbabu)

    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.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disable shadow not working’ is closed to new replies.