Move Close Button on Popup
-
Hi there.
I had a professional e-commerce expert give me some feedback on our site and one of the overwhelming suggestions that came back was to move the ‘close button’ (X) to the corner of the popup box as many people don’t know where to find it.
How would I go about doing this?
See image attached?
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.full-screen-close-icon, button.mfp-close {
top: 5%;
right: 25%;
}
Best Regards.