- This topic has 5 replies, 3 voices, and was last updated 12 years, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 › eMamber Button Text Not Visible
Hello,
The button text of my eMember pages is not visible. I get white buttons, and I’m guessing white button text.
Where can I (css ect)change the text color, for buttons?
Thanks in advance,
Robert
Hi Robert,
Can you please provide a link to the page which is exhibiting this behaviour so I can take a look?
Hi Peter,
Thanks for the reply. Here is the link:
[http://jvgiveawaysplus.com/member-login/]
Thanks in advance,
Robert
This post will tell you how you can customize the CSS of the eMember buttons:
https://support.tipsandtricks-hq.com/forums/topic/modify-login-and-register-buttons-in-emember
Admin,
Thanks for the info. I found the reference: input.eMember_button{
By changing: color: #ffffff !important; -> to -> color: #666669 !important;
Nothing happens. But if I remove the declaration, !important; it works on ALL eMember pages with buttons.
My followup question is how or will this affect other areas of my WP theme, if at all. I know !important is a declaration to assign a weight to the value. Why is your declaration being over written? Just curious.
Thanks again,
Robert
Your theme is specifying that color for every input button (globally) and should not use the !important
declaration on them. When you globally set it like that it prevents the plugins from being able to override their buttons.