Responsive Theme Changing Cart Icon

Hi all,



How do i change the cart icon in the new responsive theme?

Hi,

Its like before, only the cart has new classes.


.top-cart-content .ty-icon-basket {
background:url("images/addons/theme/cart-icon.png");
width:18px;
height:15px;
display:block;
margin-top:2px
}
.top-cart-content .ty-icon-basket:before {
content:'';
}

[quote name='florinsurdu' timestamp='1400049535' post='183496']

Hi,

Its like before, only the cart has new classes.


.top-cart-content .ty-icon-basket {
background:url("images/addons/theme/cart-icon.png");
width:18px;
height:15px;
display:block;
margin-top:2px
}
.top-cart-content .ty-icon-basket:before {
content:'';
}


[/quote]



This worked thank you so much

With pleasure! :grin: