Minimum 2.0: No Submit Button on Form

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