Override CSS? How Can I Accomplish This?
-
Fellas,
I love the plugin it makes my life simple.It looks like the plugin injects the styles inline. Can I override them? I’d like to increase the distance of fadeInRight and fadeInLeft. How do I pull that off without destructive plugin updates?
Below is what I’d like to do.
/*Animate It Fades Overrides*/
@keyframes fadeInRight { from {opacity: 0; transform: translate3d(500%, 0, 0); } }
@keyframes fadeInLeft { from {opacity: 0; transform: translate3d(-500%, 0, 0) } }Can this be executed via custom_css_class= “”???
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Override CSS? How Can I Accomplish This?’ is closed to new replies.