- This topic has 2 replies, 2 voices, and was last updated 11 years, 10 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 › eMember Login Widget Style Sheet
Tagged: emember login widget, Font, login widget, login widget css, stylesheet
Hello,
I am using the eMember Login widget in my footer area (all pages). Currently the entry fields do not show the typed in text.
How do I change the font color and or background color to make the text visible?
URL: [http://training.resellersecrets.net]
Thanks in advance,
Robert
Looks like your theme is specifying all font color in the footer area to be white which is strange. Try adding the following block of CSS to eMember’s custom CSS file and that should take care of the white font in the login widget issue:
.eMember_text_input{
color:#000000 !important;
}
Related posts that may also be helpful:
https://support.tipsandtricks-hq.com/forums/topic/emamber-button-text-not-visible
https://support.tipsandtricks-hq.com/forums/topic/styling-the-widget-text-1
https://support.tipsandtricks-hq.com/forums/topic/editing-wp-emember-login-widget
Hi Admin,
Outstanding, the CSS addition you recommended works like a charm.
Thank You,
Robert