Make the popup close button more obvious

I’ve had some feedback that the close button (The cross, ordinarily on the top right) is too hard to spot. It would be good to be able to adjust the size of the close button so it is easier for folks to use.

1 Like

Happy to see you aboard! Welcome @user11399 :wave:

Sure! Add this code to the Custom CSS field on the Settings tab and let me know if it helped:

[class^="Popup__PopupCloseInsideInner-sc"] {
  scale: 1.5
}