Hi Ettore,
Looks like you have disabled the header in the Gallery lightbox, which includes the close button. Go to Gallery settings and enable the header
If you would like to add the title Close to the close icon, you need to add this CSS code to your template custom.css file
.header-icons i:after {
content: "close";
position: absolute;
right: 60px;
top: 20px;
text-transform: uppercase;
font-size: 14px;
}
Regards,
Artem, Balbooa.com