Minimum 2.0: No Submit Button on Form

·

Sol 3585

·

Minimum 2.0, by design, does not display the submit button. To get it back, you’ll need to delete the following lines from your style.css, starting at line 1239.

.enews #subbutton,
.searchsubmit {
	display: none;
}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *