#4383

gerhardganotz
Participant

Hello Sorry, that i contact again

You have create for me the trash icon in the checkout. But i get over the trash-icon this: xxxxxxxxxx
What is this, and how can i remove this. I can´t found this.
I have add a screenshot.

Dear,

For icon trash:
I just add js in to themes\sns_nova\sass\theme\_general.scss

.cart_quantity_delete .icon-trash {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cart_quantity_delete .icon-trash:before {
content: “\f1f8″;
}

Attachments:
  1. trash-icon.png