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]?
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!
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;
}
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