Hi @James_Cole welcome to community
This should be possible with this Custom CSS workaround.
[class*="close-button__CloseButtonContainer-sc"]::before{
content: "CLOSE" !important;
color: #000;
font-size: 12px !important;
}
Hi @James_Cole welcome to community
This should be possible with this Custom CSS workaround.
[class*="close-button__CloseButtonContainer-sc"]::before{
content: "CLOSE" !important;
color: #000;
font-size: 12px !important;
}