Hi @neil1702
You can change your form background color from Customizer.
Preferred way, go to LoginPress Customizer from dashboard menu then Loginpress > Customize Login Form > Form Background Color: like this http://prntscr.com/glrgq7
Alter way, go to LoginPress > Custom CSS/JS and put the custom CSS in Customize CSS textarea. #loginform{ background-color: none; }
Hope It’ll work for you. Feel free to contact in any query.
Thank you.
Abdul Wahab.
Hi,
Thanks for the tips, but it still doesn’t work. When i put the color, it becomes blue. Like you show me in the screeenshot, after that, i Go to Custom CSS/JS. I put : #loginform{ background-color: none; } into the CSS Windows. I save. Refresh the page, and i have the black background again …
What can i do ?
Thanks
Hi,
Do you use any other plugin for Login?
Please, remove the previous code and add this snippet in LoginPress Custom CSS.
form#loginform {
background: none !important;
}
Hope It’ll work for you. looking forward.
Abdul Wahab.
Thank you so much !
That’s work !
This new CSS lines work perfectly thank you !
Nice support
BR
Hi, @neil1702
Nice to see, It’s working for you.
Would you please give us your 2 mins to post 5-star ratings and excellent comment at https://ww.wp.xz.cn/support/view/plugin-reviews/loginpress?filter=5
I would really appreciate that.
Thank you.
Abdul Wahab.