- This topic has 1 reply, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 Tweaks › eMember Login Widget – Case Sensitive User Information
Hi Amin,
I’ve just noticed that the Widget and the details displayed where a login form should be, all use UPPERCASE bold strings.
Please can this be changed? (It’s a CSS tweak) Because the WordPress login information is case sensitive, users who aren’t technical may assume that using an uppercase username is okay.
This is a very minor change, although it’s always good to ensure problems don’t arise in the first place.
Cheers,
Zain
You can override this CSS in the eMember’s custom CSS file. simply add the following to “css/eMember_custom_style.css” file and that should do it:
.eMember_label {
text-transform: none !important;
}