Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #752766

    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

    #755236

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.