My code to close the modal is:
Html:
a.ventana-cerrar {
position: inherit;
top: 3px;
right: 3px;
background-color: #333;
padding: 7px 10px;
font-size: 20px;
text-decoration: none;
line-height: 1;
color: #fff;
}
<!-- begin snippet: js hide: false console: true babel: false -->
Js:
a.ventana-cerrar {
position: inherit;
top: 3px;
right: 3px;
background-color: #333;
padding: 7px 10px;
font-size: 20px;
text-decoration: none;
line-height: 1;
color: #fff;
}
And the sale does not close, what I have to change or add to make it work.