All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I am working on starting my website but something with my coding is off and I need to have this fixed in 9 days for my drop. I will pay anyone who can help me ASAP!
Hey @ChrisBotens
This issue can not be solved via CSS. It's some liquid error in your themes file and requires code customization work. If you're not familiar with coding then I suggest you to hire a Shopify developer who can help you out.
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @ChrisBotens
Would you mind to share your Store URL website? with password if its protected. Thanks!
Hey, @ChrisBotens
I'm confident one of our Shopify experts would be able to accomplish this at a reasonable price.
Just wanted to share this as an option in case you are unable to find a coding solution in your thread.
Dirk | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
HI @ChrisBotens I am a Shopify Expert Developer This is the icon error in the code The icon is missing but the snippet file is still there that's why this error coming.
Find this file icon-chevron-down-chevron-right.liquid in the snippet folder in the theme code and paste this svg code there.
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-down" viewBox="0 0 14 14">
<path d="M10.129.604a1.125 1.125 0 0 0-1.591 0L3.023 6.12s.049-.049-.003.004l-.082.08c-.439.44-.44 1.153 0 1.592l5.6 5.6a1.125 1.125 0 0 0 1.59-1.59L5.325 7l4.805-4.805c.44-.439.44-1.151 0-1.59z" fill="#fff"></path>
</svg>