just a thought
-
great plugin. Just a thought. The icon was coming out more blurry than I liked so I switched the Icon from the image to use font awesome.
I did not modify the plugin directly, just in case there was an update. I just modifed using CSS.
/**** Hide current cart image ****/
.dropdown-cart-button {
background: none !important;
border: none; }/*** Add Font Awesome cart ****/
.dropdown-cart-button:before {
content: “\f07a”;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
left: 15px;
top: 4px;
}/**** adjust padding for my needs ****/
.dropdown-cart-button .dropdown-total {
padding: 7px 36px 5px 0;
}Again, great work on the plugin. thx
- The topic ‘just a thought’ is closed to new replies.