I figured out how to change the delay/reveal time for an animated title, but I can't find out how to make the text itself keep in sync with the adjustment.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi
I figured out how to change the delay/reveal time for an animated title, but I can't find out how to make the text itself keep in sync with the adjustment.
Can you help?
.nectar-animated-title[data-style="color-strip-reveal"].completed .nectar-animated-title-inner:after{-webkit-animation:colorStripReveal 1.0s cubic-bezier(0.85,0,0.12,1) forwards; animation:colorStripReveal 1.0s cubic-bezier(0.85,0,0.12,1) forwards}
This should likely work
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks!!