• Resolved santosh09

    (@santosh09)


    I have used a popup form for homepage and the close(minimize button) does not display on the form. However the same close button will display when am logged in as user / admin.

    Please help me to get this issue resolved.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hi @santosh09

    Thanks for your inquiry.

    Please add the below code in Appearance > customize > Additional CSS section, this should solve the issue.

    .closing-form {
       top: 5px !important;
       right: 16px !important;
    }
    .closing-form.dashicons:before { content: "x" !important; }

    Please make sure to clear your cahce before checking the results.

    Thread Starter santosh09

    (@santosh09)

    It is working. Thank you very very much for your reply and help

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Great @santosh09,

    Always happy to assist you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Close (Minimize) button does not display’ is closed to new replies.