PASSWORD JENNA
I AM TRYING TO REMOVE ALL THE TITLES ON THE COLLECTION PAGES IN THE HEADER. THANK YYOU!
PASSWORD JENNA
I AM TRYING TO REMOVE ALL THE TITLES ON THE COLLECTION PAGES IN THE HEADER. THANK YYOU!
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
yes you have easy add this code
.collection-hero {
display: none;
}
After code layout