Home Forums WoodMart support forum How to remove text from popup button Reply To: How to remove text from popup button

#315549

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