Tagged: x
-
AuthorPosts
-
October 1, 2016 at 5:07 am #1198349
jairusreflectionsParticipantHi,
I am unable to change the font colour of my contact form for validation errors (i.e. ‘Please fill the required field.’). I wish for it to be red in colour so that i can stand out from the rest of the words.
http://www.jairusreflections.com/contact-us
Thank you.
Regards,
Jairus ReflectionsOctober 1, 2016 at 5:40 am #1198366
ThaiModeratorHi Jairus,
Please add the following CSS under Customizer > Custom > Global CSS:
span.wpcf7-not-valid-tip { color: red; }Hope it helps π
October 1, 2016 at 6:25 am #1198385
jairusreflectionsParticipantHi,
Thank you so much!
May i also know how to edit my ‘submit button’ to be oval in shape? And that it becomes dark upon hovering over it and the words become white while circle becomes dark.
It seems that the word ‘Submit’ is not in the centre as well, could you help with that?
October 1, 2016 at 7:20 am #1198423
RadModeratorHi there,
Please add this CSS as well,
.wpcf7-form-control.wpcf7-submit { -webkit-border-radius: 24px; border-radius: 24px; padding: 0.563em 1.125em 0.5em; } .wpcf7-form-control.wpcf7-submit:hover { color: #fff; background-color: #434f5b; }Thanks!
October 1, 2016 at 7:43 am #1198439
jairusreflectionsParticipantThank you so much. How do i edit it such that there is more space between the word ‘send’ and the border of the button? and is it possible to edit the font size of the word send?
October 1, 2016 at 8:43 am #1198488
ThaiModeratorHi There,
Please find this code:
.wpcf7-form-control.wpcf7-submit { -webkit-border-radius: 24px; border-radius: 24px; padding: 0.563em 1.125em 0.5em; }And change to this:
.wpcf7-form-control.wpcf7-submit { -webkit-border-radius: 30px; border-radius: 30px; padding: 15px 25px; font-size: 20px; }Hope it helps π
October 1, 2016 at 11:44 am #1198609
jairusreflectionsParticipantThank you for all your help, really appreciate it π
October 1, 2016 at 8:39 pm #1198947
Rue NelModeratorYouβre welcome!
Thanks for letting us know that it has worked for you. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1198349 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
