syntax to set submit button to visibility:hidden
-
This form is intended to be printed and mailed. I wish to hide the submit button. When I inspect the code behind the submit button, I find that adding visibility:hidden to the css attributes does hide the button.
The shortcode below does print only the form, not the whole content of the page.[contact-form-7 id=”404580″ title=”Contact form CD”]
[print-me target= “#wpcf7-f404580-p8-o1″/]
I want to add a snippet to the Appearance/Customize/Additional CSS, but only wish to impact this form, not others.
.wpcf7-f404580-p8-o1 input[type=”submit”] {
visibility: hidden;
}
What is the correct syntax?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘syntax to set submit button to visibility:hidden’ is closed to new replies.