Home › Forums › WoodMart support forum › hide elements in the shopping cart › Reply To: hide elements in the shopping cart
April 30, 2021 at 10:08 am
#288286
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .order-total{
display:none!important;
}
Best Regards