How to remove breadcrumbs ONLY from "Contact Us" page?

I want to remove breadcrumbs ONLY from “Contact Us” page.

I found I can remove them from ALL pages by commenting out {% comment %}{% include ‘tm-breadcrumbs’ %}{% endcomment %} in theme.liquid file, but how do I make them disappear ONLY on specific pages like “Contact Us” page?

@VariousQuestion - can you please share the contact us page link?

Hi @VariousQuestion

Could you share your store URL? Then I can review it

@VariousQuestion

yes, please share stor url and breadcrum code so i will check and update

Hello @VariousQuestion

I would like to give you some recommendations to support you:

{% unless page.title == 'Contact Us' %}
{% include 'tm-breadcrumbs' %}
{% endunless %}

Hope my recommendation can works and support for you!

Kind & Best regards!

GemPages