Sorry to bother on this one again, is it easy to add a fading in and out to the blinking from the code you shared here?
https://kriesi.at/support/topic/make-red-background-in-menu-blink/#post-752472
Hey kilimats,
Please try changing the code to following one
.live>a>span.avia-menu-text:before {
-webkit-animation: blinker 2s ease-in-out infinite;
-moz-animation: blinker 2s ease-in-out infinite;
animation: blinker 2s ease-in-out infinite;
}
If that does not help, unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Yigit