by ShopSite Lauren » Thu Feb 07, 2008 4:20 pm
There is a good chance that there isn't any CSS tied to the quantity pricing table, it may have classes assigned just so that it can be customized. You should be able to add your own CSS to the page (you can add it into any of the text fields, and if you want it on all pages I would suggest adding it into the Header field under Preferences > Header/Footer). The CSS would look similar to:
<style type="text/css">
table.qp_header {
border-collapse: separate;
background-color: #123456;
}
table.qp_header td {
font-family: arial;
font-size: 9pt;
}
</style>
-Lauren