Home › Forums › WoodMart support forum › iOS Login prompt on every page › Reply To: iOS Login prompt on every page
October 8, 2019 at 12:11 pm
#149082
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.login-form-side form.login {
display: none!important;
}
.woodmart-login-side-opened form.login {
display: block!important;
}