Flat button style with hover effect
-
Hello there,
I really love this plugin its simple and just fantastic..but I would like the ability to change the styling of the button and I’m almost there but I can’t quite seem to get the hover effect to work..here is what i have
input[type="submit"] /* Or better yet try giving an ID or class if possible*/ { border: 0; background: #bbaad4; box-shadow: none; color: #ffffff; border-radius: 0px; padding: 10px 20px 10px 20px; } input[type="submit"]:hover { background: #000000; }Can you suggest a fix that might work? Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Flat button style with hover effect’ is closed to new replies.