Topic-icon login popup modal

Active Subscriptions:

None
10 years 4 months ago #39351 by TVFG
login popup modal was created by TVFG
the modal message that shows the waiting to load facebook is behind the login form

you cant see the text because its a white font on white background, can I change the css somewhere?
The topic has been locked.
Support Specialist
10 years 4 months ago #39374 by alzander
Replied by alzander on topic login popup modal
The z-index on the RokBox module is set to z-index: 25000. That's 'higher' than our modal popup. You should either:
* Decrease that to less than 1050 (what our modal uses)
* Switch to using the SCLogin module. The SCLogin login area dissappears after the user has tried to sign in, so you won't have that conflict.

For the white on white, your default body color is set to white, which is making it invisible. If you add the following to your template's CSS, it will fix the issue:
#jfbcLoginModal {
color: black;
}
I hope that helps!
Alex
The topic has been locked.