Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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 %}
<div class="card dk-sh">
{% if image != blank %}
<img
class="p-img"
src="{{ image | img_url: 'medium' }}"
alt="{{ product.title }}">
{% endif %}
<h2>
{{ product.title | replace: '<strong>', '' | replace: '</strong>', '' }}
</h2>
<p>
<span class="reg-price">{{ product.compare_at_price | money_with_currency }}</span>
<span class="sell-price">{{ product.price | money_with_currency }}</span>
</p>
<a href="{{product.url}}" class="p-btn">Get Boosting Now!</a>
</div>
{% endfor %}
here my collection is called &
<div class="card p-rating">
{{ section.settings.cus_before_text | replace: '<strong>', '' | replace: '</strong>', '' }}
<img
class="img-rating"
src="{{ 'rating.png' | asset_url }}"
alt="">
{{ section.settings.cus_after_text | replace: '<strong>', '' | replace: '</strong>', '' }}
</div>
</div>
here the tags of strong created before the start of this div
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025