Popup

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

    bosstdh
    Participant

    hello I created a popup see image below I want the popup to have rounded corners is that possible? I dont want white 90 degree corners. as well how would I call the popup from a text link? I want to use this through gravity forms as a tool tip and want to make a special pop up that can be called from a form

    Attachments:
    You must be logged in to view attached files.
    #681003

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS to make the pop-up with rounded corners.

    .wd-popup {
        border-radius: 20px !important; 
    }

    To open the pop-up from a text link, you need to add the following CSS class to the menu item link in Appearance -> Menus:
    https://prnt.sc/UayAt4FrlUd7

    woodmart-open-newsletter
    Also, please make sure the Promo Popup is activated in Theme Settings -> Promo Popup.

    If you have any questions, feel free to contact us.

    Best Regards

    #681085

    bosstdh
    Participant

    it is not working see attachment

    Attachments:
    You must be logged in to view attached files.
    #681094

    Hello,

    Your issue has been resolved. The problem was that a dot was missing in the class name. I have corrected it, and now it’s working fine. Check back your site and check the issue.

    Best Regards

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