Add a box behind text on featured collections on Sahara theme

Hi @Sharon-W ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.media.media--overlay.card-collection__media:after {
    content: '';
    background: #0000003b;
}