How To Change Cs-Cart Icon

http://i.imgur.com/SzZK84A.png?1 SzZK84A.png?1

how to change this icon

http://i.imgur.com/SzZK84A.png?1 SzZK84A.png?1

how to change this icon

Upload your image somewhere. After that open the Visual Editor and add the following code to the Custom CSS section:

.ty-minicart-title {
background-image: url(link/to/the/image);
background-position: left;
background-repeat: no-repeat;
}

.ty-icon-basket:before {
content: “”;
}

http://i.imgur.com/SzZK84A.png?1 SzZK84A.png?1

how to change this icon

Please Check Here: http://forum.cs-cart.com/topic/32783-how-to-change-basket-icon/

Upload your image somewhere. After that open the Visual Editor and add the following code to the Custom CSS section:

.ty-minicart-title {
background-image: url(link/to/the/image);
background-position: left;
background-repeat: no-repeat;
}

.ty-icon-basket:before {
content: “”;
}

thanks for replay

i done already this

but after exit of custom css from visual editor all custom css will be restore and everything become as it is.

Upload your image somewhere. After that open the Visual Editor and add the following code to the Custom CSS section:

.ty-minicart-title {
background-image: url(link/to/the/image);
background-position: left;
background-repeat: no-repeat;
}

.ty-icon-basket:before {
content: “”;
}

thanks for replay

i done already this

but after exit of custom css from visual editor all custom css will be restore and everything become as it is.

You need to save your changes by creating your custom style. When you add CSS rules to one of the standard styles and save the changes, you are asked to create a new style. Confirm the action, the new style will be used automatically and the changes will be visible.