How can I delete unwanted text from my product page's bottom?

At the bottom of my product pages, there is a piece of text that reads ‘@boneidolonline’ which is the old handle for an Instagram feed. I’ve uninstalled the app that was pulling through the Instagram feed but I can’t remove the line of text. Here is the link to an example product page:

https://slobberandchops.com/collections/slobber-and-chops-dog-food-healthy-dog-food-for-happy-dogs/products/aberdeen-angus-beef-with-farm-vegetables?variant=18637457096755

Can anybody advise on removing this?

Hello @liambeauchamp

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.bi-instafeed { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Thank you @niraj_patel - that worked perfectly!

@liambeauchamp please accept and like my solution.
Thanks