Sharing how I changed the price color block on latest listings. Sigma theme style.css.
Style.css - Adds green color block on latest listings and category listings
.listing-card .currency-value {display: block;background-color:#C1FFC1;font-weight: bold;color:#222;font-size:16px;padding-left:4px;line-height:30px;margin:0 0 1px 0;max-width:204px;overflow:hidden;text-overflow:ellipsis;}
Style.css - changes the price font size on category listings page.
.listing-list .listing-card .currency-value {margin:3px 0 5px 0;font-size:16px;line-height:30px;}