Home Forums WoodMart support forum Change all cart icons Reply To: Change all cart icons

#259700

Hello,

I saw the screenshot you attached.

The icon you mentioned is the same for mobile and desktop on the shop page. Therefore to get the same icon on the sidebar cart and the cart page.

Please remove all the previous CSS I provided and try adding the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

.cart-widget-side .widget_shopping_cart .empty:before {
    content: "\f123";
    font-family: woodmart-font;
}

.cart-empty:before {
    content: "\f123";
    font-family: woodmart-font;
}

And for the header you can change the icon by editing the header.

Best Regards.