Adding Custom Green Checkmark Bullet Points

Topic summary

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.

Hi there!

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.

1 Like

Hello @tdscre
Our team is ready to help you.
Please share your website URL so that we can check and assist you.

https://hane313.myshopify.com/products/bett-mit-bettkasten-diana

PW: 0313

1 Like

Where is this located on your website?

1 Like

if u scroll down at a product page down there …
i havent filled for everyproduct yet, u can click this product and just scroll down

https://hane313.myshopify.com/products/bett-mit-bettkasten-dimmax

2 Likes

Do you want like this @tdscre ?

1 Like
  • Here is the solution for you @tdscre
  • Please follow these steps:
  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before and press ‘Save’ to save it

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like

Hi @tdscre

Do you want it like this?

Screenshot - https://prnt.sc/Zrk9tnjDj0AK

Hi @tdscre

Do you want it like this?

Screenshot - https://prnt.sc/Zrk9tnjDj0AK

this check mark is pretty nice, but what if i wanna have another one? I will try soon to implement it into the code

it worked but now it shows a checkmark somewhere else where it shouldnt

do u see that on the left side it shows now there tooo

it shows on the left side now, i like the checkmark really its nice but its shows on the left side ..

now it shows on the left side …

1 Like

Hi there thank u so much, were u able to read my previous messages here

Hi, is the problem solved, is there anything else I can help with @tdscre ?

1 Like

Hi there, the problem still remains, it is not solved ..

1 Like

1 Like

Can you try this code @tdscre

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

it works, but the problem now is on IOS it shows the black arrow emoji, how can we get rid of that ..

1 Like