I’ve created my own theme in which one of my section is called and its showing strong tags ..
{% for product in collections[section.settings.featured_collection].products limit: 3 %}
{% assign image = product.featured_media.preview_image %}
{% if image != blank %}
{% endif %}
##
{{ product.title | replace: '**', '' | replace: '**', '' }}
{{ product.compare_at_price | money_with_currency }}
{{ product.price | money_with_currency }}
Get Boosting Now!
{% endfor %}
here my collection is called &
{{ section.settings.cus_before_text | replace: '**', '' | replace: '**', '' }}
{{ section.settings.cus_after_text | replace: '**', '' | replace: '**', '' }}
here the tags of strong created before the start of this div