Contact Form Button Name Change
-
Hello,
can I change the name of the “Submit” button in the contact form?
Thank you!
Best, Dajana
The blog I need help with is: (visible only to logged in users)
-
On Promenade, due to the way the submit button is done in the HTML and CSS, this is a bit tricky. Add this to the bottom of your CSS and see what you think. If you save, make sure and try the new button to make sure it works right. It did in my testing, but check it on your end as well.
#contact-form-179 .contact-submit::before { background: rgba(0, 0, 0, 0.88) none repeat scroll 0 0; border: 1px solid rgba(0, 0, 0, 0.88); color: #fff; content: "Click Here"; display: block; } #contact-form-179 .contact-form input[type="submit"] { background: transparent none repeat scroll 0 0; border: medium none; color: transparent; position: relative; top: -35px; } #contact-form-179 .contact-submit:hover:before { background: rgba(0, 0, 0, 0.4); }
- The topic ‘Contact Form Button Name Change’ is closed to new replies.