Change CSS for Checkout Steps Indicator background

 

Still on the editor, follow the steps below :

1. Please search the line code :  

.checkoutsteps { padding: 8px 15px; }

 

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; background-color: #ffff00;}

 

And click Save button.

Preview :