reduce the space between title and card in collection list dawn

how can i reduce the space between title and card in collection list dawn. I am using normal DAWN theme

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.collection-list-wrapper .title-wrapper-with-link { margin-bottom: 0 !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

Hi @NOT1 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hey thanks for this but u left my last one in the middle : (