Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #848952

    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.

    • This topic was modified 7 years, 2 months ago by anristudio.
    #849422

    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

    #849433

    Hi Rikard,
    Thanks!
    However, no luck. Any other ideas?

    #849834

    Hi,

    There are plenty of suggestions in the thread I linked to, did you try any other of them?

    Best regards,
    Rikard

    #849986

    None worked.

    #850058

    Hi,

    Ok, did you try searching for a solution? This is not theme related, it’s a general web development problem.

    Best regards,
    Rikard

    #850578

    I was able to find a solution by installing Animate It (wordpress plugin). Thanks for your help!

    • This reply was modified 7 years, 2 months ago by anristudio.
    #850748

    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

    #850763

    please close – thank you so much for your assistance

    #850813

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blinking/Flashing hyperlinks’ is closed to new replies.