Html tag in benefits in Tiers

Is it possible to use html tags, like <b>, in the benefit text. I need to highlight a part of the text. thanks for helping.

1 Like

If you mean the Ghost default portal, the answer is probably no, unless you use some code injection. However, if you are using a custom membership page, then it’s easy.

1 Like

i’m indeed using a custom membership page, can you tell me how to do please ? i guess i have to use javascript code ?

No JavaScript is needed.
Please locate the membership template in your theme file, and find the line of code {{benefit}}, replace it with {{{benefit}}}, then upload the updated theme file to Ghost.
Then you can directly use <b> in the benefits of Ghost tiers.

If you have trouble finding the code, feel free to DM me with the template.

1 Like