#2862

Thang Nguyen
Moderator

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”;
}

– For Pagination: I’ve check on your site and it work normally.

Thank!