Goal: Add clean green checkmark bullets (not emoji) next to metafield content on Shopify product pages.
Context: URL and password were shared; helpers located the section below the Add to Cart button. Metafields = custom data fields used to render feature bullets.
Proposed approach: Insert CSS in theme.liquid to display a checkmark icon before list items in the metafield section. Early code worked but unintentionally added icons elsewhere; selectors were tightened to scope only the intended list.
Issues encountered:
iOS showed a black arrow emoji due to fallback. Solution: use a custom SVG icon via CSS background-image rather than emoji.
The forum sanitized the SVG data URL, breaking the CSS. Fix: use a properly encoded data URL inside url(‘…’), or upload the icon to Shopify Files and reference its URL.
Outcome: After correcting the URL and scoping the selectors, the green checkmarks render correctly only where desired. The requester confirmed it now works.
Status: Resolved. Screenshots were shared for visual reference; exact code not fully visible in the thread.
Summarized with AI on December 18.
AI used: gpt-5.
I’m looking to add green checkmarks (not the iOS emoji) to the bullet points on my product page next to the metafield content, similar to an example I’ve seen. Does anyone know an easy way to do this? I’d like the checkmarks to look clean and professional.