Still on the
editor, follow the steps below :
1. Please search the line code :
.checkoutsteps { padding: 8px 15px;
/*2016.11.28 : fixed checkout graphics height for IE*/
font-size: 14px;
}
2. Please add css property background-color: [your desired color];
Let’s say
we want to change the background to yellow:
.checkoutsteps { padding: 8px
15px;
/*2016.11.28 : fixed checkout graphics height for IE*/
font-size: 14px;
background-color: #ffff00;
}
And click Save
button.
Preview :