How do you remove the title under the collection image on the Dawn home page?

Topic summary

A user seeks to remove collection titles displayed beneath collection images on the Dawn theme homepage.

Initial Solution (Dawn pre-4.0):

  • Add CSS code to the base.css file: .card__text-spacing { display: none; }
  • Access via: Online Store > Themes > Actions > Edit code > Assets folder
  • This solution initially worked but became obsolete after Dawn 4.0 update

Current Status:

  • The original CSS fix no longer functions in Dawn 4.0 due to restructured card code
  • One user hired a professional to resolve the issue
  • Another user found a third-party service (made4uo.com) offering both code solutions and done-for-you services
  • At least one participant reports the original method still doesn’t work

Open Questions:

  • How to remove titles from specific collections only (rather than all)
  • Working solution for Dawn 4.0 remains unconfirmed in the thread
Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

Hi,

I am looking to remove the title under the collection images in the Dawn theme as seen in the picture below. Thank you in advance :slightly_smiling_face:

1 Like

Hello.

Please send a link to your store, and i will take a look for you.

Best regards.
-HelpifyHelp

this is the store form the pic hellobeautful.myshopify.com

Your store is password protected, please send me the password so i can see the store. Thanks.

Sorry. the password is

GirlBoss

To remove the title under the collection images in the Dawn theme.

Please follow this guide.

  1. From your Shopify admin, go to Online Store > Themes.
    2. Click Actions > Edit code.

    In the editor find .css it should be named base.css
    go to the bottom of the file and paste this and save the file.

.card__text-spacing{
display: none;

}​

works perfectly, thank you!

Is there a way to remove the title under specific collection images instead of all of the collections in the dawn home page?? Thanks

would this be under assets?

This solution no longer works due to the new 4.0 upgrade. They have separated the code for the cards

Hi! Did you ever figure out how to fix this with the updated 4.0 theme?

I actually did not! I paid a professional to do it for me

I found this site https://made4uo.com/ and they have both code and done for you services. I have started building my site with clickable images for the collections so people can easily change the look without having to update the collection images :slightly_smiling_face:

Does not work at all. Still shows the text.