How to delete text from popup button?
-
I want to make popup chat button in wpbakery. The place for the text is clean but I always see “GO” near the icon. How to delete text from popup button?
-
This topic was modified 3 years, 8 months ago by
fineorganics.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the URL of the page where you added to check it myself and help you out accordingly.
Best Regards
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
a.wd-open-popup.chatbuttonch span.wd-btn-icon {
font-size: 16px;
}
a.wd-open-popup.chatbuttonch {
font-size: 0;
}
Best Regards