A user encountered an issue with the Venture theme where the mobile navigation’s left arrow icon displayed incorrectly and needed to point right instead.
Problem Details:
The icon was defined in theme.scss.liquid as $slick-prev-character: '\2190'
Two comparison images were provided showing the incorrect (left) versus correct (right) arrow appearance
Suggested Solutions:
Change the character code from '\2190' (left arrow) to '\2192' (right arrow) in the SCSS file
Use an HTML symbols reference tool to find matching icons
Note that the theme may have been modified from its original SVG icons to HTML symbols
Resolution:
The issue was resolved by modifying the d:/path numerical string for the icon to display the proper arrow direction. The user confirmed the fix worked successfully.
Summarized with AI on October 28.
AI used: claude-sonnet-4-5-20250929.
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.