CNVSMX
November 17, 2022, 10:50pm
1
I have searched and tried numerous ways to remove the title from my collection pages. Is someone able to help me, please? collection page - https://canvasmx.com/collections/design-your-own-custom
All the ones I have found while searching and added to my assets > theme.css that seem to work for some, but not me -
.template-collection .section-header h1 {
display: none;
}
#shopify-section-collection-list .grid-link__title{
display: none;
}
header.collection-header .section-header.text-center {
display: none!important;
}
.collection-collage__item-wrapper .collection-grid__item-overlay::after{background-color: transparent;}
.collection-grid__item-title–wrapper{position: relative;}
.template-collection header.collection-header .section-header {
display: none;
}
Thanks in advance!
1 Like
made4Uo
November 18, 2022, 1:34am
2
Hi @CNVSMX ,
Thank you for providing your website.
From your Admin Page, click Online Store > Themes >Actions > Edit code
In the Asset folder, open the theme.css
Paste the code below at the very bottom of the file.
h1.collection-hero__title.page-width {
display: none
}
1 Like
Litos
November 18, 2022, 3:23am
3
Hi @CNVSMX ,
Go to Assets > theme.css and paste this at the bottom of the file:
h1.collection-hero__title {
display: none !important;
}
Hope it helps!
1 Like
Hello There,
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >theme.scss.liquid and paste this at the bottom of the file:
header.collection-header h1 {
display: none;
}
1 Like
CNVSMX
November 18, 2022, 4:14pm
5
It works, thank you so much for the help!
CNVSMX
November 18, 2022, 4:16pm
6
Is there a way to make the collection image at the top of the page have a fixed width? I would like for it to only be 1350px wide. Should I start another thread to ask that question in?
CNVSMX
November 19, 2022, 3:23am
7
CNVSMX
November 19, 2022, 3:26am
8
Would you know how I would make zero margin above the collection image now that the title is hidden? https://canvasmx.com/pages/mod-series-custom-gear