Home › Forums › Basel support forum › How Do I remove shopping cart widget from header? › Reply To: How Do I remove shopping cart widget from header?
May 19, 2021 at 7:01 pm
#293741
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body header .shopping-cart {
display:none;
}
Best Regards