Hi,
How can I disable animation for the bullet list in gk-points ?
I just want it to be displayed on page load, like the rest of the page.
Thanks
.gk-points li {
opacity: 1 !important;
}
.gk-testimonials > div > div {
opacity: 1 !important;
transform: scale(1) !Important;
-webkit-transform: scale(1) !Important;
-moz-transform: scale(1) !Important;
-ms-transform: scale(1) !Important;
-o-transform: scale(1) !Important;
}
.gk-points li {
transition: none 0s ease 0s;
-webkit-transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
-ms-transition: none 0s ease 0s;
-o-transition: none 0s ease 0s;
}
.gk-points li {
top: 0 !important;
}