The color of the sections tables headers like the Price, the Quantity/Update and the Subtotal text strings in the VirtueMart cart area can be changed from the templates/YOUR_TEMPLATE/css/template_css.css file.
Replace YOUR_TEMPLATE with your actual script template.
Search for the .sectiontableheader definition and include the following line in it:
color: COLOR;
Replace COLOR with the preferred color name or the corresponding HEX number.
The definition will be similar to the following one:
.sectiontableheader {
padding: 8px 5px;
border-top: 15px solid #FFFFFF;
background: #DDDDDD;
font-weight: bold;
font-size: 120%;
text-transform: uppercase;
color: green;
}
You need help with a shopping cart? hostlantern is specialized in eCommerce hosting and provides expert support for a large number of shopping carts. Check out our shopping cart hosting services!