Get rid of Collection Title below Collection Banner Image

Hi @jjacquelineftk ,

You can follow these steps:

Step 1: Go to Online store → Themes → Edit code

Step 2: Search for file “theme.liquid”

Step 3: Copy and paste this code above tag → Click Save

    {% if request.path contains 'collections/teacher-appreciation' %}
      <style>
        .collection-description h1 {
          visibility: hidden !important;
        }
      
      #CollectionProductGrid > div > .collection-description {
          background-repeat: no-repeat !important;
          background-size: cover !important;
          background-image: url("https://res.cloudinary.com/dzlovjzfj/image/upload/v1715076134/Screen_Shot_2024-05-03_at_4.16.39_PM_srlvts.png") !important;
          height: 400px !important;
      }
      </style>
    {% endif %}

Result: