Reduce the space between product image and collection title on collection page

Hi, I am looking to reduce the space between my product image and collection title. See where I have added the text “reduce space here”. This is the margin I am trying to make smaller. I am trying to reduce this space on all collection pages. here is my site URL: https://faroboardbags.com/collections/fin-wallets

  • I am using Brooklyn theme. Some collection pages I edit with Shogun and others straight through Shopify. I am trying to edit the Shopify collection built pages.

Thanks for any help!

@JackV

You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.css file.

.section-header{margin-bottom:0;}

this did not work. I do not have a " theme.css " Attached here is what my code editor looks like..

@JackV Change the code to this.

.section-header, .section-header h5{margin-bottom:0;}

This worked perfectly. Thank you!

@JackV Please like and accept the answer as solution if that helps you.