Logo list section changes. debut theme shopify

Can someone please show me how to make the background of the logo list section black.

Can you also make the heading Helvetica-Neue-Bold 18px

colour white. Screen shot attached.

Thank you.

1 Like

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#shopify-section-1652680088677ea531 h2{
  font-family: 'Helvetica-Neue-Bold';
  color: #fff;
  font-size: 16px;
  text-transform: inherit; 
 max-width: 250px;
  margin: 0px auto;
  line-height: 24px;
}
#shopify-section-1652680088677ea531 {background: #000; }