Simply put, this button styles the “X” and circle of the close button on the messages popup.
/*MESSAGES CLOSE BUTTON*/ #ml-messages-modal button.close{ background: #f94954; color: white; text-shadow: none; } #ml-messages-modal button.close:before{ opacity: 1; }