How do I remove a button and text tags from a product page?

I need how to remove the “tag” text, cards, and “Order via WhatsApp” button from the product page.

1 Like

@BukhariArshad

Kindly Share your Store URL,
So that I can help you.

1 Like

Hello BukhariArshad,

Hope you are fine.

I know the way how to remove your need on the product page.

So kindly share your store details or give staff access to this mail - due07vasanth@gmail.com

PREVIEW

1 Like

https://www.trendizmo.com/products/colorful-cool-mini-air-humidifier?variant=42002505498818

Sir this is my store URL

https://www.trendizmo.com/products/colorful-cool-mini-air-humidifier?variant=42002505498818

Thanks Bukhari,

I need your store admin login details to fix, share with me.

Thanks

Sir, I am an employee and my client does not allow me to share Login Details with anyone.

do you have any desk in your system share i will fix

@BukhariArshad here’s how you can do that:

  1. Duplicate your live theme

  2. Find where the code is in your theme

  3. Edit and preview

  4. Publish

Definitely do not share admin access with anyone. If you want someone to work on your site for code changes like this they only need access to Themes.

If you’re not sure how to find where that code is at, the usual approach I take is:

  1. Open the template for the page (product.liquid in this case)

  2. Read the code, and if there are any sections or snippets, open those files to read that code

  3. Find the code and then comment it out, rather than deleting it, if you plan to use it in the future:

{% comment %}
Anything in comment tags like this will not be loaded
{% endcomment %}

Another tactic you could use is to inspect the elements via Chrome dev tools, find the id or class name of an element in that section, then download your theme file and do a local search to find the name of it.

This article will help you understand how to inspect and find elements, plus working safely with your theme: https://speedboostr.com/how-to-safely-edit-your-shopify-theme.

If you get stuck or prefer a professional to handle this for you, feel free to reach out to my team at speedboostr.com/contact.

1 Like