Change blog popup x to word "Close"

Use this code to Custom CSS box

[class*="Popup"] svg {
    visibility: hidden;
}
[class*="Popup"] button[class*="PopupClose"] {
    background-color: transparent !important;
}
[class*="Popup"] button[class*="PopupClose"]:before {
    content: "Close";
    font-size: 14px;
    color: #000;
}

Result