- This topic has 4 replies, 2 voices, and was last updated 11 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › change color of the login button
I tried to find the class or id of the login button.
I searched with firebug and tried but I could not change the color.
I tried what I thought was the class but I had no success.
Please could you help me.
Thanks
what color you want to change it to? You want to change the background color of the login button or the “text” color of the button?
what color you want to change it to? You want to change the background color of the login button or the “text” color of the button?
Thanks for your fast reply, I want to change the background color of the login button.
and when necessary also the text.
After searching with firebug , I got a brainwave and found the solution
see
.swpm-login-submit input{background-color:blue;color:white !important;width:50% !important;font-size:200% !important;}