Solved

Hiding the Collections Name in the Baseline Theme

CNPBen
Tourist
8 0 1

In my theme, I have about 12 collections which are my "Health Needs" . I have a button that when you click Health Needs, it goes to all of my collections. I would like to create the images for these and not have the Name of the collections front and center in those images.

 

How can i get rid of the name of the collection, and have it just display the image instead?

 

I also use the Baseline theme.

 

Benjamin Poole
Graphic Designer, Not Coder
Accepted Solution (1)
Litos
Globetrotter
688 169 143

This is an accepted solution.

Hi @CNPBen,

Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:

.template-list-collections .text-2xl.font-heading {
    display: none;
}

Hope it helps!

 

 

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.

View solution in original post

Replies 10 (10)

Litos
Globetrotter
688 169 143

Hi @CNPBen,

Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:

.featured-collection .text-primary-text.break-words.w-full {
    display: none;
}

Hope it helps!

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
CNPBen
Tourist
8 0 1

Hey! I'm not sure that worked. Any other ideas? Does it take a minute for it to propagate?

Benjamin Poole
Graphic Designer, Not Coder
Litos
Globetrotter
688 169 143

Hi @CNPBen,

Please send your site and if your site is password protected, please send me the password. I will check it.

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
CNPBen
Tourist
8 0 1

cnppet.com is the website. Password: aushow

Benjamin Poole
Graphic Designer, Not Coder

Litos
Globetrotter
688 169 143

Hi @CNPBen,

I checked and couldn't find the section you describe, can you send me a screenshot where you want to edit. I will check it.

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
CNPBen
Tourist
8 0 1

Hey @Litos Attached are the screenshots. On the main home page, you will see a cute dog with a backpack on. Click on him, (shop by health need) that will take you to the page I am trying to fix. The page you end up on will say Collections in the top left corner. Some collections have images and some don't. Let me know if you need anything else!

Benjamin Poole
Graphic Designer, Not Coder
CNPBen
Tourist
8 0 1

Screenshot 2023-02-02 at 10.19.25 AM.pngScreenshot 2023-02-02 at 10.19.11 AM.png

Benjamin Poole
Graphic Designer, Not Coder
CNPBen
Tourist
8 0 1

Any luck here?

 

Benjamin Poole
Graphic Designer, Not Coder
Litos
Globetrotter
688 169 143

This is an accepted solution.

Hi @CNPBen,

Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:

.template-list-collections .text-2xl.font-heading {
    display: none;
}

Hope it helps!

 

 

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
CNPBen
Tourist
8 0 1

That did it! You're the best! Thank you very much.

Benjamin Poole
Graphic Designer, Not Coder