- This topic has 1 reply, 2 voices, and was last updated 12 years, 10 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 Troubleshooting › Registration-form buttons CSS customization
Hi,
I managed to customize most of eMember areas’ CSS but I can’t change some parts like the ‘Submit’ buttons in this page:
[http://bakis.co.il/join-us/registration/]
I want to change font-size and backgrounf of the buttons.
It’s already defined with ‘!important’ so I can’t change it.
What can I do?
Thanks
Oren
Simply add the following to the eMember’s custom CSS file (eMember_custom_style.css) to override the background color:
input.eMember_button {
background-color: #CCCCCC !important;
background-image: none !important;
}
Obviously you will need to change the color code to what you want.