Replies: 0
I’m trying to customize the look of the submit button and input box, but I’m having trouble targeting the form.
I have this code on my page:
[smartpwpages label=”Login” ID=”smartPWLogin”]
And this code in my stylesheet:
#smartPWLogin .button {
background-color: #0490A1!important;
color: #FFFFFF!important;
text-transform: uppercase!important;
font-family: Gotham, Helvetica Neue, Helvetica, Arial,” sans-serif”!important;
font-weight: bold!important;
}
Please help!