I am using a custom shopping cart template and I need to change the background color of the check out error section or the text color. It is currently showing a background FFFFCC which is light yellow and white or light text.
The template is pulling css information from Modern_sc_cart.css and I have tried changing the information in that template to change the background or text color but have not been successful. I even tried putting code in the head section of my shopping cart template and still get the same background and text.
Maybe I am not entering the code right?
The current code in the Modern_sc_cart.css is:
table.checkout_err, inv_err {
margin-left: auto;
margin-right: auto;
}
td.checkout_err, inv_err {
color: #[-- STORE.SC_TextColor --];
background-color: #[-- STORE.SC_shadecolor --];
}
Is there a specific placement of code to change the color scheme? What exact code either here or in the head of the cart template should be used?
Thanks