Hello,
1. Make image size 72 x 72 px and name it like myimage.png. Upload it to /templates/hot_polygons/images folder.
2. Edit template_css.css file and change this part:
Code:
.card__btn-close {
font-size: 36px;
position: absolute;
top: 0;
right: 0;
padding: 36px;
cursor: pointer;
}
with this:
Code:
.card__btn-close {
font-size: 36px;
position: absolute;
top: 0;
right: 0;
padding: 36px;
cursor: pointer;
background: url(../images/myimage.png);
}
.card__btn-close::before {
content:"";
}
Regards,
Milos