/ Published in: CSS
CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 2
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#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%; }
URL: http://eckstein.id.au/11946/wordpress/wp-e-commerce-shop-cart/