#1203

Hi again,

You can use Unicode font awesome to edit icon: https://prnt.sc/vczges

Css code Ex:

.poco-handheld-footer-bar ul li.shop>a::before {
    content: "\f290" !important;
    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;
}