Hi,
Actinic v10
Does anyone know why my checkout progress bar is appearing like this?
The progress bar isnt wide enough for the text.. and the curved images look like they are in the wrong places.
I havent edited anything to do with the checkout.. its all standard v10.
The only thing I have done is change the style shet on line 644...
changed from background color to white.. so I could see the text.
Thanks for reading.
Actinic v10
Does anyone know why my checkout progress bar is appearing like this?
The progress bar isnt wide enough for the text.. and the curved images look like they are in the wrong places.
I havent edited anything to do with the checkout.. its all standard v10.
The only thing I have done is change the style shet on line 644...
changed from background color to white.. so I could see the text.
table.CheckoutProgress td.cpi-inactive{
background-image: url("cpi-main-mid.gif");
<!-- color: <actinic:variable name="BGColor" />; -->
color: white;
}
background-image: url("cpi-main-mid.gif");
<!-- color: <actinic:variable name="BGColor" />; -->
color: white;
}
Comment