Avada › Forums › Community Forum › custom woocommerce icon cart › Reply To: custom woocommerce icon cart
Hi,
The CSS tweak below was the solution for me! I’m currently on Avada 5.5.2.
.fusion-main-menu .fusion-widget-cart-counter > a:before {
content:’\f290′ !important;
font-family: fontawesome !important;
}
The Fontawesome icon in the code is the shopping bag.
Good luck!