I can't for the life of me, find the code to change the color of the login button. I have a white background and it comes up as a very light grey. Can anyone help? Thanks!!
Here is my site.
I can't for the life of me, find the code to change the color of the login button. I have a white background and it comes up as a very light grey. Can anyone help? Thanks!!
Here is my site.
Try adding this to your CSS. This changes the color to almost black, adds a border and rounded corners:
input, textarea {
border: 1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
color: #333333;
}
Sogwap!!! Thank you so much! I sincerely appreciate it!! I was so mystified by that. It looks great!
If I had the ability to ask you one other question. The "remember me" is super far away from the box to check it. Wonder if you had any thoughts of why that would be.
http://www.healthpoweredkids.org/login
Either way, thanks so much for your help!!
add this to CSS
#rememberme {width:auto;}
You must log in to post.