BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Issue with PlaceHolder Text In Login Screen Forms
Tagged: login, placeholder, s2member
- This topic has 8 replies, 3 contibutors, and was last updated 8 years, 9 months ago by Ihab.
Question
February 9, 2016 at 2:46 pm #58701@bryceevansMy login screen is showing placeholder text in the login form for “Username” and “Password” in white against a very light grey, making it basically invisible.
I posted on the support forum for S2Members (https://wordpress.org/support/topic/placeholder-text-in-custom-login-issues?replies=5#post-8007016), as I’ve customized it through the plugin, but someone mentioned it is a Javascript issue and likely caused by the theme (Boss).
My website is here: https://www.theoneproject.co/wp-login.php
Another user with same issue: http://www.litesbook.com/wp-login.php
Please let me know as soon as possible, as I have frustrated members thinking they need to put in their email to log in. Thanks!
Answers
February 10, 2016 at 2:31 am #58751@
AnonymousHi @bryceevans, Please add this css code inside your boss theme’s custom css option and replace ‘red’ with your desired color.
.login form input::-webkit-input-placeholder { color: red !important; } .login form input:-ms-input-placeholder { color: red !important; } .login form input::-moz-placeholder { color: red !important; }
Regards
February 10, 2016 at 8:37 am #58830@bryceevansHi @pallavi – I tried that and it still isn’t working.
February 11, 2016 at 4:37 am #58912@ihabmesmarHello,my site is litesbook.com….I have also problem with register button on login page…When you click on “Register” it goes straight to Members page (front page) not on buddypress registration…
February 11, 2016 at 12:26 pm #58941@
AnonymousHi @bryceevans and @ihabmesmar
Please add this css to change the color of the text fields
div#login form input[type="text"], div#login form input[type="email"], div#login form input[type="password"], div#login form textarea, div#login form select { padding: 9px !important; background: black !important; }
If you do not want s2member’s login panel so you can disable it from settings.
Regards
February 11, 2016 at 5:51 pm #58963@bryceevansHi @pallavi – I tried that and it doesn’t seem to work either.
I do want to keep the S2Member login, it looks great, I just need the “Username” and “Password” fields to show up somewhere.
It seems like something else is overriding it — do you mind checking the compatibility of the theme with S2Member?
February 11, 2016 at 8:36 pm #58972@ihabmesmarIt doesnt work on my website also…it is not css problem…
When you click on “Register” it redirect to Members page (front page) not on buddypress registration…
Also background on mobile repeat and i set up “no-repeat”.
It is some conflict not css problem….February 12, 2016 at 7:08 pm #59052@bryceevansI found this through S2Member ( http://s2member.com/kb-article/how-can-i-remove-important-from-loginregistration-design/ ), which seemed to unlock some other design elements, but the code provided still doesn’t work.
Is there a way to simply add in additional text to say “Username” and “Password” near those fields? This is a really crucial bug for usability…
February 14, 2016 at 4:36 pm #59196@ihabmesmarNo help for this problem?
- The question ‘Issue with PlaceHolder Text In Login Screen Forms’ is closed to new replies.