Contact Form: Modify Send Button With CSS
-
Dear all,
I would like to modify the “send button” of the contact form (e.g. http://ledergerber-partner.ch/kontakt).
How to chance there with CSS: font size, font color, background color and make it non-capitalized?
Thanks,
RaphaelThe blog I need help with is: (visible only to logged in users)
-
Hello Raphael,
You can use the same css that I’ve showed you in the previous post ( @ https://premium-themes.forums.wordpress.com/topic/call-to-action-buttons?replies=7 ) but just change the button classes:
.contact-form input[type="submit"] { }So, this css will affect all contact forms. If you want to change it only for the specific page then use an unique page class ( more info @ https://premium-themes.forums.wordpress.com/topic/remove-menus-from-a-single-page?replies=4#post-86415 ):
.page-id-160 .contact-form input[type="submit"] { }Thanks,
Taras -
-
- The topic ‘Contact Form: Modify Send Button With CSS’ is closed to new replies.