Little number in shopping cart

Support Area Forums Finesse Little number in shopping cart

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.survivortown.com
  • Author
    Posts
  • #36030
    Tony Mormino
    Participant

    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;
    }

    #36034
    Bill Robbins
    Moderator

    Hey Tony,

    I believe the number is hidden behind the navigation menu’s background color. You could use this CSS snippet to move it to the front:

    
    .header-cart-total {
    	z-index: 1;
    }
    

    Have a great weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Little number in shopping cart’ is closed to new replies.