How can I add bullet points to my product pages in Theme Debut?

Hello, I would like to highlight the strengths of my products.

I would simply like to display bullet points at the top of my product pages, just below the price.

I am trying but I am a beginner and not an expert yet !

Can you tell me where I should add the liquid code?

Best regards Kevin

@unefelinevie
where do you want to display it?
Share screenshot & Store URL.
Thank you.

Just below my price :

https://unefelinevie.com/collections/collection-nouvelle-vie/products/fontaine-a-eau-distributeur-automatique-deau-pour-chat

Use like that. if you make it. Add in the product description page.


{% include 'product-price', variant: current_variant %}

- example1 

- example2 

- example 3

- example 4 

{%- if shop.taxes_included or shop.shipping_policy.body != blank -%}

{%- if shop.taxes_included -%}

{{ 'products.product.include_taxes' | t }}

{%- endif -%}

{%- if shop.shipping_policy.body != blank -%}

{{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }}

{%- endif -%}

{%- endif -%}