Broadcast Theme: Edit Background Of Cart Drawer (Currently Transparent)

Hi @cremildebispo , go to edit code > assets > theme.css and add this:

.cart-dropdown{
background-color:#fff!important;
}