How do you hide the collection page title on the Streamline theme? I want to use a banner instead.
Example:
https://artisticfusioncraftstudio.com/collections/natures-crush-handmade
How do you hide the collection page title on the Streamline theme? I want to use a banner instead.
Example:
https://artisticfusioncraftstudio.com/collections/natures-crush-handmade
Hi @kbaxter88 ,
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file β Save
.grid-product__meta {
display: none !important;
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hi @kbaxter88
Do you mean this title right?
If it is check this one.
.collection-hero__content .hero__text-shadow {
display: none !important;
}
And Save.
Result:
Please donβt forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @kbaxter88
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag β save.
.section-header__title { display: none !important; }Hope that my solution works for you.
Best regards,
Henry | PageFly