I am wanting to change the font in the shopping cart I have put on my website. I know nothing about coding but have managed to change a few things already thanks to some help for you guys.
Now i'm wanting to change the font of the headings in the shopping cart so that it matches in with the rest of my website. I will paste all the default settings for the cart here so you can see it all and maybe help with what the exact code is that I need to change.
Thanks for your help!!
/*-----SHOPPING CART-----*/
.shopping-cart-wrapper {
line-height:1.2em;
position:relative;
}
.shopping-cart-wrapper span.cart_message {
display:block;
padding:5px;
border:1px solid #dedede;
margin:10px 0;
}
.shopping-cart-wrapper .numberitems {
margin-bottom:5px;
display:block;
}
.shopping-cart-wrapper .shoppingcart {
padding:5px;
}
.shopping-cart-wrapper .shoppingcart table {
width:100%;
}
.shopping-cart-wrapper .shoppingcart table th {
font-family: Arial, sans-serif;
padding:2px;
}
.shopping-cart-wrapper .shoppingcart table th:first-child {
text-align: left;
}
.shopping-cart-wrapper .shoppingcart table tbody td {
padding:2px;
text-align:center;
}
.shopping-cart-wrapper .shoppingcart table .cart-widget-count{
width:70px;
}
.shopping-cart-wrapper .shoppingcart table tbody td, .shopping-cart-wrapper .shoppingcart table tbody td a {
text-decoration: none;
}
.shopping-cart-wrapper .shoppingcart table tbody td a:hover {
text-decoration: underline;
}
.shopping-cart-wrapper .remove_button {
background:url(wpsc-images/delete.png) no-repeat scroll 0 4px transparent;
width:14px;
text-indent:-9999px;
border:none;
outline:none;
*line-height:1;
cursor

ointer;
}
.shopping-cart-wrapper .shoppingcart table tbody td.cart-widget-remove{
padding:0px;
}
.shopping-cart-wrapper .checkout-shipping,
.shopping-cart-wrapper .checkout-tax,
.widget_wpsc_shopping_cart #cart-widget-links {
text-align: right;
padding: 0px 6px 0px 0px;
}
.widget_wpsc_shopping_cart .checkout-total, .widget_wpsc_shopping_cart .pluspostagetax {
text-align:right;
font-weight:bold;
}
.shopping-cart-wrapper .shoppingcart table tbody td.product-name{
text-align: left;
max-width: 90px;
word-wrap: break-word;
overflow: hidden;
}
.widget_wpsc_shopping_cart .cart-widget-total td {
border-top:solid 2px #000;
padding: 5px 6px 5px 5px;
}
.widget_wpsc_shopping_cart tr.cart-widget-shipping td {
border-top:1px solid #000;
}
.widget_wpsc_shopping_cart .shoppingcart{
position:relative;
}
.shopping-cart-wrapper a.emptycart:link, .shopping-cart-wrapper a.emptycart:visited {
text-decoration:none;
color:#666;
font-size:11px;
}
.shopping-cart-wrapper .gocheckout:active {
border:1px solid #ccc;
}
.shopping-cart-wrapper .empty {
margin-top:10px;
}
/*
.shopping-cart-wrapper a.visitshop:link, .shopping-cart-wrapper a.visitshop:visited {
text-decoration:underline;
font-size:12px;
color:#006699;
}
.shopping-cart-wrapper .empty {
margin-bottom:5px;
}
*/
.shopping-cart-wrapper a.visitshop:hover, .shopping-cart-wrapper a.visitshop:active {
text-decoration:none;