Himas Rafeek
Posted on: 2 years ago
CSS

CREATE A HEADER MINI-CART IN WP E-COMMERCE – Part 2

CREATE A HEADER MINI-CART IN WP E-COMMERCE – Part 2


                                          #ge-header-cart a {
}
.ge-count {
    /* PUT THE MINI-CART TO THE RIGHT OF THE LOGO */display: block;
    padding: 70px 0px 10px 690px;
    text-align: left;
    color: #FF8C00;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    /* BELOW IS THE SHOPPING CART ICON/IMAGE */ background: url("http://example.com/wp-content/uploads/2012/07/ico-cart.png") no-repeat ;
    /* POSITION THE IMAGE TO THE LEFT OF THE TEXT */background-position: 70% 85%;
}