Urgent: How do I change the woocommerce navbar cart icon?

Hi support team,

Please how do I change the woocommerce navbar menu to an icon like:

Thanks for all your assistance guys.

Hi There,

To change to that icon, please add this custom CSS under Theme Options > CSS:

a.x-btn-navbar-woocommerce i.x-icon-shopping-cart::before {
    content: '\f290';
}

The f290 is the icon code, you can find all the icon codes from this link: https://fontawesome.com/icons?d=gallery&q=shop&m=free.

Regards!

Thank you Thai

you are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.