I need help, I don’t want my titles shown on my collections. I’m using images to show the title instead, could someone help me with the coding?
Problem:
I need help, I don’t want my titles shown on my collections. I’m using images to show the title instead, could someone help me with the coding?
Problem:
Hello There,
.template-collection .section-header h1 {
display: none;
}
.template-collection .section-header h1 {
display: none !important;
}
@LPPSTUDIOS
Add this code in theme.scss
There is no “theme.scss” only “theme.css” I tried it with that and it didn’t work.
@LPPSTUDIOS
pASTE THIS CODE IN THEME.CSS FILE.
Thank You.
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
password: redroses14
Hello There,
.collection-grid-item__title.h3 {
display: none;
}
thank for URL, you have try this code
.collection-grid-item__title {display: none;}
After Code View
Thank you so much, I really appreciate it, I hope this isn’t too much to ask, but could you help me really quick with this one?
https://community.shopify.com/c/Shopify-Design/Messed-Up-Coding/m-p/1305144#M340268
The other responses, aren’t helping me, I would like your input.