This mobile view display icon of the left arrow is incorrect, should look like right arrow. It may be that the d:“path” is incorrect. I am not sure how to fix this, any ideas? in the theme.scss.liquid the icon is defined as $slick-prev-character: ‘\2190’; I have attached 2 images below. The left icon is the issue.
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
It looks like you’ve got your arrows swapped,no worries, it’s an easy fix.
Open Online Store > Themes > Edit code and find your theme.scss.liquid file. Look for the variable $slick-prev-character: '\2190'; and change that '\2190' (left arrow) to '\2192' (right arrow).
Save, refresh your mobile view, and your “previous” arrow will now actually point right.
I solved the issue. I ended up having someone directing me to change the d:/ path for the icon to a different numerical string for the proper arrow (as pictured on the right) and it worked.
Thank you for all your help on this issue, greatly appreciated.