Hello, I'm using the last version of acymailing and I would like adjust the size of the close icon in the right top corner increasing its size. Adding the next code to our custom file is not taking effect. Any idea? Please advice!
p.acymsubscriptionformpopupclose {
position: absolute;
top: 10px;
right: 10px;
font-weight: 900;
line-height: 1em;
padding: 0.1em;
font-size: 1.5rem;
cursor: pointer;
}
Thanks in advance
Gonzalo