Home › Forums › WoodMart support forum › How to remove text from popup button › Reply To: How to remove text from popup button
August 31, 2021 at 5:52 am
#315549
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 span.wd-btn-icon {
font-size: 15px;
margin-left: 5px;
}
.whb-header .hid {
font-size: 0;
}
In the above CSS “.hid” is the class I have assigned to the button.
Best Regards