Removing text from collection banner

Hello, I am trying to remove the text “Products” from my collection banner as indicated in the photo. I uploaded my own banner image however I cannot remove the text “Products” from the banner. Can someone please assist? I am in the reformation theme.

Hey @elijahr1989

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hi @Moeed Citore is my link. The issue in question is on the shop all page

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.collection-banner--content {
    display: none !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

@Moeed That worked thank you very much!