Login form not displaying!
-
I’m guessing this is due to a recent update… the login form no longer displays
Inspecting the form reveals that the OPACITY is set to 0 (zero), changing it to 100 fixes it.
.um { width: 100%; text-align: left; box-sizing: border-box; color: #666; font-size: 15px; margin-bottom: 30px !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; <strong>opacity: 100;</strong> }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Login form not displaying!’ is closed to new replies.