Hi Bill can you tell me how to get the little blue number to show up in my shopping cart? We added the following custom code so not sure if we removed it at some point? here is all the code in my CSS:
#header-content li a {
color: #fff;
background-color: #000;
}
#header-content li a:hover {
color: #000;
background-color: #fff;
}
#header-content li.current-menu-item a {
color: #000;
background-color: #fff;
}
#header-content li a.cart-link {
padding-bottom: 5.5px;
}
@media only screen and (min-width: 1161px) {
#header-content,
#footer-content,
.section-content {
width: 95%;
}
}
li.product-category h3 {
font-size: 20px !important;
}
ul.products li.product-category h3 {
color: #00000;
font-size: 20px;
}
ul.products li.product-category h3:after, ul.products li.product-category h3:before {
background-color: #oooooo;
}
h1.image-logo img {
width: 300px;
}