Home › Forums › Basel support forum › Change shopping cart icon and title › Reply To: Change shopping cart icon and title
March 6, 2019 at 8:25 pm
#111537
Elise Noromit
Member
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