- This topic has 5 replies, 2 voices, and was last updated 11 years, 1 month 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 › Modifying the text color in the membership registration form
Hi,
I have a black background and I am trying to change the text color to something readable. I have searched the forum and this is what I have found:
#wp_emember_regoForm table label{
color: white;
}
I added this to the eMember_custom_style.css but nothing is happening. Here’s a link to the page:
[http://themkhsolution.com/registration-page/]
Also is there a way I can round the corners of the text fields and control the transparency of the text field background color? Additionally can I control the spacing between the three text fields and the captcha box.
Thank you very much!
Dave
Your theme should have actually done that. Anyway, please grab this plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following css code in there and that should do it:
#wp_emember_regoForm{
color: white;
}
#wp_emember_regoFormWithConfirmation{
color: white;
}
It worked…thank you!
It worked! Sorry I see where the code needed to go.
Thank you!
Being a low level web developer is there a way to modify the layout of the form either through the css or getting the emember plugin to use the themes css? Again I apologize for my ignorance here.
There are a lot of styling you can apply via CSS. Have a look at the following video tutorial which will teach you a few things that can be very handy: