Change repeat of homepage animated text from infinite to 1
-
Hi there
I’m building a website for a friend on the Ignis theme, he’s asked that the blinking text on the homepage header only repeats once. I’ve edited the css in the child theme but it’s not working. Here’s the changes I made:
.animated.infinite { -webkit-animation-iteration-count: 1!important; animation-iteration-count: 1!important; } .typed-cursor{ color: #37c9df; opacity: 1; font-weight: 100; margin-left: 15px; font-size: 80%; -webkit-animation: blink 0.7s 1!important; -moz-animation: blink 0.7s 1!important; animation: blink 0.7s 1!important; animation-iteration-count: 1!important; }
Anyone know how I can change this? Thanks so much!
- This topic was modified 3 years, 11 months ago by .
- This topic was modified 3 years, 11 months ago by .
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change repeat of homepage animated text from infinite to 1’ is closed to new replies.