Hi,
I have purchased the Minion theme within Shopify and I’m looking for a way hide the title text which displays over my images in a collection section. Can anyone help me achieve this?
Thanks in advance.
Hi,
I have purchased the Minion theme within Shopify and I’m looking for a way hide the title text which displays over my images in a collection section. Can anyone help me achieve this?
Thanks in advance.
@jrenwick81 I checked the minion theme from store, there isn’t any text that comes over the images in collections page.
Can you share link of your store with password?
In any case, just find the CSS selector for the text and add
visibility:hidden;
If you don’t know how to do it, contact me.
Hi, not sure if I can provide access as I’m doing this for someone else…however…I have provided an image to show you what I mean…
So I have a collections section to display product categories…
In the customize section you have 2 options - display text under image or over image. Ideally I just want to hide it.
Thanks for the reply.
Hi @jrenwick81 ,
Do you have a store setup with the minion theme?
If so, just provide the page link and I’ll have a look.
Hi thanks for the reply…
Here’s the store link: https://little-love-label.myshopify.com/
@jrenwick81 add the following code to your theme CSS
.collection-list-type2-pad text-center-mobile{
visibility:hidden;
}
If you’re still not able to do it, contact me, and I’ll do it for you. Don’t worry, I won’t charge you.
It’s a very simple thing.
@jrenwick81 I did that and the result is as expected
Great, try this…
Go to Online Store-> Theme->Edit code->Asset->section-collection-list-type2.css
->paste the below code at the bottom of the file.
.collection-list-type2-pad.text-center-mobile, h5 {
visibility: hidden;
}
Don’t forget to mark this as a solution when all works out.
Thanks
Thank you so much, this is greatly appreciated - it worked!
Glad I could help
hi - we’re needing help applying this type of custom css to our theme. we’ve tried following the steps above, but the text remains on top of our collection header image. We’ve also tried adding h1 { visibility: hidden; to the collection’s custom CSS options within the customizing section of shopify, with no luck (attached shows what happens when we try that; it just won’t save.