Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Membership Login Widget – Change color of text
- This topic has 8 replies, 4 voices, and was last updated 12 years, 8 months ago by admin.
-
AuthorPosts
-
October 5, 2010 at 9:00 am #1967merrinMember
Hi, I have a website with a black background, I have managed to change the color of most of the text but am having trouble with this bit – “Please Login to view our trading results. (Not a member? Join Today! It’s Simple and Free.)” The links are white but the writing is really dark – #222222 but I can’t find where to change it or add the code.
Also I have changed the font color of the fancy login box, can you please remind me how to change it back, thanks.
Thanks
Merrin
October 6, 2010 at 12:10 am #25089amin007ParticipantCan you please post a link to the page where you have this link so I can check the CSS and guide you?
October 6, 2010 at 3:38 am #25090merrinMember[http://advantagetradingsystems.com/systems/]
Thanks
October 6, 2010 at 4:16 am #25091amin007ParticipantThanks for that. The compact login is not placed inside any CSS div so it should take the CSS from the parent content which is your theme. Not sure where the grey color is coming from though.
Please open the “eMember_custom_style.css” CSS file from the “css” directory and specify a color in there:
.eMember_compact_login{
}October 6, 2010 at 9:49 am #25092merrinMemberHi
I did that and nothing changed, I added the following:
.eMember_compact_login{
font-color:#c3c6d2;
font-family:Helvetica;
}
I managed to change the default text color in my theme and that has fixed it, probably should have done that a long time ago!
Any ideas how to change the text color in the Fancy login box and Password reset box? I changed it to #c3c6d2 (along with lots of other bits, I want to change it to #000 but have forgotten how to change it back. When I check the code, there is no record of the #c3c6d2 changes I made anywhere, yet the text is still the grey color. Weird.
Thanks for your help.
Merrin
October 7, 2010 at 12:25 am #25093amin007ParticipantThe color for the login comes from the following CSS. The fancy login form has it’s own background so this color should not be invisible:
#loginForm {
color:#666666;
font-size:11px;
margin:0;
max-width:300px;
}
The color for the forgot password CSS comes from the theme.
October 7, 2010 at 8:32 am #25094merrinMemberOk thanks
March 2, 2012 at 10:58 pm #25095edgarphsMemberWhere can I edit the text for the login option?
“Please Login to view this Content.(Not a member? Join Today!”
I want to remove the Join Today.
I currently have the v7.2.6 revision.
thanks
March 3, 2012 at 4:50 am #25096 -
AuthorPosts
- You must be logged in to reply to this topic.