Hello,
I want to remove the collection name from my collection pages (brooklyn theme) what code do I have to use?
Hello,
I want to remove the collection name from my collection pages (brooklyn theme) what code do I have to use?
Hello @KimGottwald
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->timber.scss.css>Add this code at the bottom.
.template-collection header.section-header.text-center {
display: none;
}
Hey @KimGottwald
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi, @KimGottwald .
You can try this code: it will be helpful to you
Go to the online store theme and go to base.css file paste the code mentiond below.
div#shopify-section-template--19556170662199__main h1 {
display: none;
}
Result:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!