How can I extract title and content from metafields?

Hi ,

I am customising metafields. I am trying to extract the title and content of the metafiled as shown below highlighted in yellow I did manage to extract the content . However the title is been an issue.

I tried different combinations such as:

.title

.title.value

.namespace

.namespace.value

but no joy.

any help will be appreciated.

add meta field name like this

Sajeel_0-1648553290627.png

use titl instead of title and print like this

{{product.metafields.link.color_name}}

in your case namespace key should be = custom-title

{{product.metafields.custom-title}}

Hi Sajeel,

Thank you. I will try this solution