I have text block on a page, there are 7 links on each bullet point, how to make those 7 hyperlinks blink/flash in red color bolded. I need it only on 2 pages other pages should have normal links. See private for URL.
Hey onastvar,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3424 .avia_textblock ul a {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% { opacity: 0; }
}
https://stackoverflow.com/questions/16344354/how-to-make-blinking-flashing-text-with-css-3
Best regards,
Rikard
Hi Rikard,
Thanks!
However, no luck. Any other ideas?
Hi,
There are plenty of suggestions in the thread I linked to, did you try any other of them?
Best regards,
Rikard
None worked.
Hi,
Ok, did you try searching for a solution? This is not theme related, it’s a general web development problem.
Best regards,
Rikard
I was able to find a solution by installing Animate It (wordpress plugin). Thanks for your help!
Hi,
Great, glad you found a solution and thanks a lot for sharing, much appreciated :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
please close – thank you so much for your assistance
Hi,
I’m glad this was able to be corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon