Hi there,
I've set this custom CSS to have a hover effect on primary CTAs:
.buttonstyle a{
padding: .2em .4em;
display: inline-block;
background-color: transparent;
border:1px solid #010101;
border-radius:100px;
line-height: 1;
text-decoration: none;
opacity: 1;
white-space: nowrap;
}
.buttonstyle a:hover{
background-color: #010101;
text-decoration: none;
color: #ffffff;
opacity: 1;
}
It used to work until today, when on hover the inner text of the button doesn't turn white. You can check the issue at ttps://www.koyaanisqatsicollective.studio/ (bottom of the page).
Anyone may help please?
Many thanks,
Mattia