@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em #000;
}
40% {
box-shadow: 0 2.5em 0 0 #000;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em #000;
}
40% {
box-shadow: 0 2.5em 0 0 #000;
}
}
Snippets: Change Visual Composer Post Grid PreLoader Color
All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.