Changing background of sections in Broadcast Theme

@Diana_Jay

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-template--15074738340036__custom-content-6 .brick__block__text {
    background-color: #ffff !important;
}

Thanks!