About Login Modal

Posted in: Newspaper
Post count: 98

Hi,

I’m trying to change login form. I’ve a problem like this:

https://ibb.co/f6oeRF

How can I remove bottom section and “Close” button?

Post count: 23312

Hello rea-secret,

If you want to remove the “Close” button from the modal login, you should use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.mfp-close{
display:none!important;
}

The result is here -> https://www.screencast.com/t/fTHewH092lL

Thanks for the message!

Post count: 98

Thanks for the reply. What about bottom colorful area on my screenshot? How can I change login box height? I couldn’t do that.

Post count: 22421

Hello,

Please use this code to remove the bottom part of the login widget:
.white-popup-block:after{
display:none!important;
}

Thank you!

Post count: 98

Thanks for replies. It’ done. 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.