Removing Footer icon ">"

hello sir
how can i remove the sign “>” in footer?and replace another sign???

Hello @shima,

Try this CSS code and change the content to meet yours:

.widget ul li:before {
    content: ">";
}

Best regards

HI Sir

thanks a lot. i change it.