Home Forums Basel support forum Change shopping cart icon and title Reply To: Change shopping cart icon and title

#111537

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .icons-design-line .shopping-cart.basel-cart-alt>a:before {
    content: "\f115 ";
	font-family:fontawesome;
}
body .icons-design-line .shopping-cart.basel-cart-alt > a::before {
    content: "\f115 ";
	font-family:fontawesome;
}

Best Regards