Hi Robbie,
Thanks for using our theme.
1. please edit homepage , activate: “Disable Mouse Scroll Animation Effect”
2. login FTP, find../center/template/page/content-tamplate.php, find:
line 28:
echo '<li class="slide-item" style="background-image:url(' .esc_url($thumb_url). ')" data-id="' .esc_attr($post->ID). '" data-permalink="' .get_permalink(). '" title="' .esc_attr($post->post_title). '"><a class="disable-scroll-a" href="'.get_permalink().'"></a></li>';
update to:
echo '<li class="slide-item" style="background-image:url(' .esc_url($thumb_url). ')" data-id="' .esc_attr($post->ID). '" data-permalink="' .get_permalink(). '" title="' .esc_attr($post->post_title). '"></li>';
3. login wp-admin, go to Center / General Settings / Custom Css
Paste the style code to Custom Css:
.gallery-list-slider .slide-item {cursor: default;}
Best,Bwsm
Follow on @uiueux to get update news!