How to add a button at the bottom of the checkout TnC to close the lightbox? This is so users dont have to scroll all the way back up to close it.
What is TnC? could you share screenshot?
Here... at checkout
Chi-K Weird, I can see the X close button on top right of this popup.
Yes, that is correct, but its really long and when user scrolls all the way down, the X button is all the way up and they have to scroll alll the way up again. Could be better UX with Close button below.
You can try this custom CSS:
#fancybox-wrap #fancybox-close { top: 2650px !important; right: 907px !important; }