Remove Collection titles only on Homepage

www.archandted.com


Dawn Theme

I need to remove text under the Collection images but only on the homepage. I need Collection text to remain under images on product pages. Hope this makes sense.

Thanks

Hey @ARCHANDTED
Kindly share your Store URL and password if enabled

1 Like

Hello @ARCHANDTED

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.full-unstyled-link {
    display: none;
}

Hello, I tried this and it hasn’t changed anything?

Hey @ARCHANDTED

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

1 Like

Hello @ARCHANDTED

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.full-unstyled-link {
    display: none !important;
}

hi, this worked but it has also removed the text and price from the collection pages

You can add this code at the end of base.css file of your theme to remove collection heading title just on your home page:

#shopify-section-template--18272036323605__72342da7-e961-46ff-8676-ed1cf847d201 .collection-list .card__information {
    display: none;
}

Hello @ARCHANDTED

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.section-template--18272036323605__72342da7-e961-46ff-8676-ed1cf847d201-padding a.full-unstyled-link {
    display: none;
}

Hello @ARCHANDTED ,

You can follow the below steps to fix your issue.

  • Go to the Theme > Edit code.
  • Search the file name card-collection.liquid.
  • Search the “card__heading” class in that file and add the code above this heading tag.

{% if template != ‘index’ %}

…..

{ %endif % }

Now save the changes to the file.

Hope it helps. Let us know if you need more help with anything.

Regards,

CedCommerce

Great, thank you! This has done the job. The only issue is now the images are not clickable?

Hi, would you be able to assist me any further with this? Thank you.

Sure! @ARCHANDTED , It would be our pleasure! Let’s connect in the inbox and move ahead further.