> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.stock-sync.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Product page feature block has extra bullets

![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/screenshot-2026-03-20-at-51616_133y2o9.png)
Features block shows extra bullets after update to metafield.

This is not an issue on our app update metafield but it was a Theme issue. Please follow the steps below to fix it

1. Go to Sales Channel / Online store
2. Click "Edit theme"
3. Select "Default Product" page ![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/screenshot-2026-03-20-at-51207_1tegxg0.png)
4. Select **Features** block or it could be any additional **Description** block ![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/screenshot-2026-03-20-at-51238_w4cr7e.png)
5. Edit the **Custom liquid** to add function to the existing field or replace it
```
| newline_to_br
```

Example: 
```
{{ product.variants.first.metafields.custom.features | newline_to_br }} 
```

![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/screenshot-2026-03-20-at-51249_8gfhao.png)

Final outcome **Voilà (no more extra bullets) ! **

![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/screenshot-2026-03-20-at-15852_1omp0se.png)

