I found some CSS online searching for “.da-close”that I am playing around with. All seems to work OK. Sample of what I am using is below if anyone else did not know!
.da-close {
font-size: 82px!important;
width: 50px!important;
height: 50px!important;
line-height: 50px!important;
color: #FF0000!important;
top: 80px!important;
right: 80px!important;
left: auto!important;
background-color: blue!important;
}
.da-close:hover {
background-color: #32CD32!important;
}