By Abi on Thursday, 26 October 2017
Posted in General
Likes 0
Views 312
Votes 0
Hi guys,

how can I remove the black background that appears when registering via mobile?


This was a previous discussion during the BETA period
https://stackideas.com/forums/background-image-for-registration-has-become-black-for-mobiles
Hi Abi,

You can apply the follow css codes into your custom css file:

body #es.is-mobile .es-login-box {
background-image: url('http://site.com/desired/image.jpg') !important;
}


P.S: I strongly do not recommend using a background image in mobile login box as most parts of the image will not be viewable. This was already mentioned by my colleague in your other post.
·
Thursday, 26 October 2017 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

P.S: I strongly do not recommend using a background image in mobile login box as most parts of the image will not be viewable. This was already mentioned by my colleague in your other post.


Yes I prefer that to the black background .

Thank you very much for your help.
Abi
·
Thursday, 26 October 2017 15:15
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Abi.

Regards.
·
Thursday, 26 October 2017 15:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post