Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Override CSS? How Can I Accomplish This?

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles