- This topic has 2 replies, 2 voices, and was last updated 7 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Reveal Animations’ is closed to new replies.
Is it possible to turn off “only” the reveal animations on the footer?
With the reveal animations turned on, then in Additional CSS in the customizer, add this:
#colophon .reveal{
animation-name: none !important;
}
Awesome! Thank you so much Andy 🙂