• Resolved AmDev1

    (@amdev1)


    Hi there
    The floating tooltip format isn’t a great user experience on this form. The text is large and dark and covers other parts of the form, especially on mobile. The problem is not presented for me when I am logged into my WordPress account and if I rebuild all Critical CSS the problem disappears for a short time but quickly returns. Perhaps this is related to Critical Css? Any tips/advice?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @amdev1

    The styles used by your form are not part of our plugin. If you are customizing the form and you need us to implement it, we can offer you a custom coding service through our private website: Custom coding service.

    Please, try entering the following style definition into the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png):

    .ui-tooltip {
        max-width: 300px !important;
        font-size: 14px !important;
        font-weight: normal !important;
        color: #065C7F !important;
        background: rgba(255,255,255,.8) !important;
        padding: 10px !important;
        border: 1px solid #065C7F !important;
        border-radius: 10px !important;
    }

    Best regards.

    Thread Starter AmDev1

    (@amdev1)

    Brilliant. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Floating tooltip format’ is closed to new replies.