Hi,
It's a pagination only (slider navigation is under the images), but you're right the cursor pointer should be removed, you can do it using custom css (you can also disable this pagination from Customizer -> Frontpage setteing):
- Code: Select all
.gk-is-wrapper-gk_quark .gk-is-quark-pagination li {
cursor: default;
}