Hi @scotbaston,
Thanks for writing to us.
What we found that the arrow image is linked with “#” and number, which actually cause the issue.
Seems you want the arrow will work as the tablist buttons, and to do that you may need to write few custom jQuery codes.
The following code is a sample code which I tested with the tablist in my test site, and may help you to get the desired output.
Please go to Theme Options>JS and add the code.
jQuery('a.e152-9').click(function(e)
{
e.preventDefault();
jQuery('#tab-60-7').trigger('click');
});
The above code will work if copied as it is and don’t conflict with any existing code.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
If you need any further customization, you can avail of our newly launched service called One.
Hope it helps.
Thanks