Home Forums WoodMart support forum How to delete text from popup button?

How to delete text from popup button?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #344299

    fineorganics
    Participant

    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 2 years, 11 months ago by fineorganics.
    Attachments:
    You must be logged in to view attached files.
    #344346

    Hello,

    Please provide the URL of the page where you added to check it myself and help you out accordingly.

    Best Regards

    #344423

    fineorganics
    Participant
    #344477

    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

Viewing 4 posts - 1 through 4 (of 4 total)