How can I change my text color to white?

How to change this text color to White?

Add this code to the bottom of theme.css (theme.scss.css)

.text-close.js-modal-close {
color: #fff
}