Hi, welcome,
1.
Please add the custom JavaScript codes by child theme or the Simple Custom CSS and JS plugin (how):
jQuery(document).ready(function( $ ){
jQuery('.slider-item-link').removeAttr('title');
});
2.
Yes. Please stop “Show Arrow” option. The “Custom Mouse Cursor” options will show.
If you need the arrow-customization at the same time, please try to use the custom CSS to define the mouse cursor:
.slide-arrows-on-cursor .slider-arrow-left {
cursor: url(https://xxx/arrow-left.svg), auto;
}
.slide-arrows-on-cursor .slider-arrow-right {
cursor: url(https://xxx/arrow-right.svg), auto;
}
Notice: If the mouse cursor is not shown, please check the file size.
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook