Tagged: x
-
AuthorPosts
-
April 6, 2016 at 9:17 pm #870405
Hey Guys,
On my site carrienorman.com/contact you can see where the contact 7 form is.
I got this from you guys, but the “hover” part of the button is still black:
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: 074E8E;
color: 78C253;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: 78C253;
color: white;
}I’m wanting the black to be #074E8E and for some reason I can’t get that to work. Can you please help me edit this code?
I’ll reply privately with the login so you can see the site even though it’s under construction. Thanks!
April 6, 2016 at 9:17 pm #870406This reply has been marked as private.April 7, 2016 at 3:21 am #870750Hi Mike,
Thanks for writing in!
I go ahead and fix it.
Kindly check on your end.
Thanks
April 7, 2016 at 7:30 am #871068Thank you Paul. That was close…almost there…we wanted the entire button to be that hex code..so the border, shadow, etc. and the text of the button should be white at all times.
Could you help us fix that please?
April 7, 2016 at 5:39 pm #872022Hi again,
You can try this code:
input.wpcf7-form-control.wpcf7-submit:hover { background-color: #78c253 !important; } .x-btn.button-purple:hover, .button.button-purple:hover, input[type="submit"]:hover { border-color: #78c253 !important; background-color: #78c253 !important; box-shadow: 0 0.25em 0 0 #78c253, 0 4px 9px #78c253 !important; }
Change the hex code as per your need. Hope this helps!
April 10, 2016 at 3:50 pm #875551Got it, thank you!
April 11, 2016 at 2:06 am #876018You’re welcome.
-
AuthorPosts