Hi Everyone,
The title on collection page was removed by code previously, but it appears again recently.
Can anyone help ?
Thanks a million.
Katy
Hi Everyone,
The title on collection page was removed by code previously, but it appears again recently.
Can anyone help ?
Thanks a million.
Katy
Please add the following code at the bottom of your assets/theme.css file.
.collection-hero__title {
display: none !important;
}
Thanks!
It works fine! Thanks so much.