Remove Collection titles under images homepage - Dawn Theme

Topic summary

A user sought to remove collection titles displayed beneath images on their homepage while preserving clickable links to those collections.

Initial Solutions:

  • Two respondents provided CSS code to hide collection titles using display: none on .collection-list__title elements
  • Code was to be added to the theme.liquid file above the </body> tag

Issue Encountered:

  • The initial fix successfully removed titles but inadvertently disabled clickable links on the images

Final Resolution:

  • The solution was refined with updated CSS code that hides only the text content (.collection-list__title *) rather than the entire title element
  • This preserved the clickable functionality while removing visible text
  • The user confirmed this approach worked successfully

Status: Resolved. The collection images now display without titles while maintaining their link functionality.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

Hello,

I’m trying to remove the collection titles under each image in order to leave the image only (with clickable link). I looked at a few previous solutions answering this question but they haven’t seem to work for me.

If anyone had a solution that would be amazing :slightly_smiling_face:

url- organicmelody.com.au

2 Likes

Hey @jackthomasp

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


RESULT:

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution

1 Like

It has removed the headings so thanks for that :slightly_smiling_face: but I noticed now there is no clickable link on the images. Do you know how to fix this?

1 Like

Hey @jackthomasp

Remove the previous code and add this code instead


If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

You’re the man! Thanks mate appreciate the quick response

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.