Hi Alisa
As mentioned in the article shared by you, you will have to add CSS of your 'Submit' button in start fancy button code shared on the page.
Replace this:
div.buttonSubmit input, div.buttonSubmit span {
background-image:url(imageURL);
With:
div.buttonSubmit input, div.buttonSubmit span {
background-color:#121212;
After this, all the landing pages using this template will have the submit button of the color, mentioned in the code by you.