How to remove coding from my homepage slideshow?

Hello, I was removing arrows from my slide show, by using the first method below:

This did not work, so I tried this:

This worked, but somehow my homepage now has this coding on underneath the slideshow:

https://www.globaltrend.ca/

I’m hoping you can help me remove this!

Thank you.

@globaltrend

  1. Download this Google Chrome Extension: (you need to use Google Chrome): https://chrome.google.com/webstore/detail/shopify-theme-file-search/mhchmhfecfdpaifljcfebnlaiaphfkmb
  2. In your Shopify Admin, go to Online Store > Themes > Edit Code
  3. In the new box that appears with the extension (top right corner) search for the code you want to remove:
.slideshow__text-wrap--mobile { display: none; }

If you don’t find it straight away, try some variants of it, like:

.slideshow__text-wrap--mobile
  1. Delete this piece of code from the files it shows up.

Let me know how it goes.

Kind regards,
Diego

Thank you so much!