Login Modal Background Image

Posted in: Newsmag
Post count: 32

In one of the demos you have on themeforest, the login modal has a background image.

I don’t see a way to do that in the theme panel, what is the css for that please?

My goal is to have a small logo displayed in the upper left corner, and the rest of the box to be white, no transparency.

Thanks,

Chris

Post count: 23312

Hello Christophera,

If you want to change the backgroiund for your modal log-in you sohuld use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.white-popup-block:after{
background: white!important;
}
.white-popup-block, .td-login-panel-title, .mfp-content .td-login-inputs, .mfp-content .td-login-info-text, .mfp-content #register-link{
color:black!important;
}

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

Thanks for the message!

Post count: 32

Thanks Catalin!

Post count: 49

@catalin thank you for this. This worked great on the desktop version but not on the mobile version of my site. Any ideas on changing the colour here in the mobile version?

Post count: 23312

Hello allmyhoney,

Notice that you can change the background for Sing in/up for mobile from Theme panel, like this -> https://www.screencast.com/t/ZTxgeHsyx2G

Thanks for your understanding!

Post count: 49

@catalin thank you kindly

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