Home Forums WoodMart support forum Move Close Button on Popup

Move Close Button on Popup

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #267493

    simontayler
    Participant

    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.
    #267533

    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.

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