Return to Snippet

Revision: 59289
at August 30, 2012 13:54 by ecksteing


Initial Code
#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%;
}

Initial URL
http://eckstein.id.au/11946/wordpress/wp-e-commerce-shop-cart/

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

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

Initial Tags
css, wordpress

Initial Language
CSS