Home › Forums › WoodMart support forum › How to hide price display sufix from header cart? › Reply To: How to hide price display sufix from header cart?
March 29, 2022 at 7:01 am
#364788
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.whb-header small.tax_label {
display: none;
}
Best Regards