Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor highprrrr

    (@highprrrr)

    Hi @vytaulla51 !

    That might be my fault, I made some styling changes recently and perhaps my changes affected this. I’ll look into it and get back to you!

    Just to clarify, I assume you’re referring to the button on the page with the shortcode [login_form]?

    Plugin Contributor highprrrr

    (@highprrrr)

    Well, it’s not something I did. I just tested this on 3.5.16 and it’s doing the same thing there.

    Should be an easy fix tho, expect this behavior to change in our next release!

    Plugin Contributor highprrrr

    (@highprrrr)

    I did some digging, some themes include CSS that gives all input[type=”submit”] a cursor:pointer and some don’t.

    I’ve gone ahead and added that to our CSS so any inputs that have the type of submit should show the little pointer when you hover over it, even if your theme doesn’t do it.

    If you don’t want to wait for our next release, go ahead and add this to your custom CSS section of the Customizer (or wherever you like to put custom CSS):

    input[type=”submit”] {
    cursor: pointer;
    }

    Thread Starter vytaulla51

    (@vytaulla51)

    Thanks a bunch!

    Plugin Contributor highprrrr

    (@highprrrr)

    No worries! Sorry it took so long to respond, we should be much snappier moving forward.

    Let us know if you have any other questions.

    I hope you’ll consider leaving a review!

    -James

    Thread Starter vytaulla51

    (@vytaulla51)

    Done!

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

The topic ‘Login button doesn’t act like link’ is closed to new replies.