Brooklyn Theme - Sale badge on collections pages is almost invisible! :(

Good morning!

I’m marking down a lot of products. On the product pages, I’m satisfied with the way the 2 prices (original/discounted) are shown; however, on the collections pages, the sale badges are absolutely lost due to their font color and transparent background.

I’d like the background of the badge to be white and font to be black or vice versa…something to make them stand out. Can someone help? THANKS! my shop is www.3divasstudio.com redirected to my shopify store.

@CTrikoulis - please add this css to the very end of your theme.scss file and check, you can change colors as per need, for now should look like the screenshot

.grid-product__on-sale {
    color: #000;    border: 1px solid #000;    background-color: #fff;
}

Oh my gosh it’s PERFECT!!! THANK YOU!