@lisasmendi wrote:
.ion-chatbubbles:before {
content: ""; }
.ion-checkmark:before {
content: ""; }
.ion-checkmark-circled:before {
content: ""; }instead of
.ion-chatbubbles:before {
content: "\f11f"; }.ion-checkmark:before {
content: "\f122"; }.ion-checkmark-circled:before {
content: "\f120"; }
Posts: 1
Participants: 1