How Do I Change the Color of the Place Order Button

The Place Order button needs to be changed through custom CSS coding. This resource will provide you with the code and show you where to place it.

You will need to apply this code in the CSS of the Theme settings. The code provided has a sample code of a Hex color. You will need to replace the Hex color with your own.

Place this code into the CSS of your Theme settings:

a.navbar-brand {
    background: none;
    background-color: #000000;
}

 

po1

po3