Remove collection title from collection pages

URL WWW.DAUGHTEROFANANGEL.COM

PASSWORD JENNA

I AM TRYING TO REMOVE ALL THE TITLES ON THE COLLECTION PAGES IN THE HEADER. THANK YYOU!

1 Like

@jennarose

Add this code at the bottom of Theme > Edit code > assets > base.css file

.collection-hero__text-wrapper {
		display: none !important;	
}

Try it and let me know

@jennarose

yes you have easy add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.collection-hero {
    display: none;
}

After code layout