Issues with Free Trust Badges app and Dawn theme?

Hi is anyone else experiencing issues with Free Trust Badges app on the Dawn theme? No matter where I customize the placement, it always appears in one place under the product name on the product listing page..

1 Like

@_hwi

can you please share store url and where do you need?

@KetanKumar I configure it to appear below the buttons, but it appears here instead:

store url: https://decories.co/products/christmas-mug

1 Like

@_hwi

do you need simple image? if yes its possible without any please share code here so i will update

1 Like

ok yes sure @KetanKumar then I can just delete the app

please provide your product page code

1 Like

{{ ‘component-rte.css’ | asset_url | stylesheet_tag }}
{{ ‘section-main-page.css’ | asset_url | stylesheet_tag }}

{%- if section.settings.page.title != blank -%} {{ section.settings.page.title | escape }} {%- else -%} Page title {%- endif -%}

{%- if section.settings.page.content != blank -%} {{ section.settings.page.content }} {%- else -%}
{{ 'page' | placeholder_svg_tag: 'page-placeholder' }}
{%- endif -%}

{% schema %}
{
“name”: “t:sections.page.name”,
“tag”: “section”,
“class”: “spaced-section”,
“settings”: [
{
“type”: “page”,
“id”: “page”,
“label”: “t:sections.page.settings.page.label”
}
],
“presets”: [
{
“name”: “t:sections.page.presets.name”
}
]
}
{% endschema %}

1 Like

@_hwi

thanks bt i need product page code

@KetanKumar sorry, how can I find the product page code?

@KetanKumar sorry, how can I find the product page code?

@_hwi

etid code>>>> section>>> product template>>>

1 Like

@KetanKumar Sorry to be a pain but I cannot find the product template section. This is what I’m seeing:

@_hwi

can you please check main-product section code