- This topic has 2 replies, 2 voices, and was last updated 11 years, 7 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 Troubleshooting › eMember lost password pop background color
Tagged: background color lost password, font color lost password, Forgot Password, forgot password popup, lost password popup, styling forgotten password popup
Hi guys. Love eMember.
I’m using it on a site with a white menu font and as a result, the text on the “forgot password” popup is not showing. I know this color is pulled from the theme CSS.
Is there a way to change the color designation in emember?
If not, can I change the background color of the popup so it contrasts with the font color?
The website in question is: [http://broadviewpreneur.com]
Thanks,
Lesa
Enter the following CSS code inside the eMember_custom_style.css file and this should make the popup text visible against the white background:
#wp_emember_email_mailForm {
color: black;
}
More eMember form CSS customization tips here:
That worked! Thanks!
And I had just discovered that I had another client with the same issue, so that should be “double thanks!”