@tuanphan This was what I inserted. It just didn't remove the old all caps 'Shopping Cart' title that was in script. Thanks
cart-title {
visibility: hidden;
}
.cart-title:before {
visibility: visible;
content: "Shopping Cart";
text-transform: capitalize;
font-family: adobe caslon pro;
}