- This topic has 2 replies, 2 voices, and was last updated 11 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Widget form for eMember login (font color of form fields)
Tagged: login widget
On a new site I designed one line of the login widget has a missing class assignment and it is not visible. If you go to:
[http://www.friendlysonsprov.org/]
you will see on the side the login widget but “Remember me” is not visible because it does not have the class assigned to it like the previous labels do. Where can I find the form to change that, and could this be included in the next update.
Thank you,
Cemal
I can see that it is visible except that its color is a little obscured under the black background. For some reason your theme has the label color specified as black.
You use the following CSS code to rectify that:
.wp_emember_loginForm label {
color: white !important;
}
Another helpful post on this same topic:
https://support.tipsandtricks-hq.com/forums/topic/change-color-of-text
Thank you Peter, that did the trick.
Cemal