How to remove collection list title from the homepage of Dawn theme

@Denzel

yes, please try this code

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.collection-list-wrapper a.full-unstyled-link {
    opacity: 0;
    margin-top: -30px;
}