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.
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.
oh sorry for that issue can you try this code
#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; }