Hi,
Could you please add the CSS below to your backend Appearance -> Customize -> Additional CSS or your theme CSS file? If it does not work properly, please contact your theme developer for support.
.acoplw-badge {
animation: fadeIn 2s ease-in-out;
}
@keyframes fadeIn {
from {
visibility: hidden;
}
to {
visibility: visible;
}
}
Please note that the text “fadeIn” and the time (2s) may be changed as per your requirement.