Change Icon colour in feature job listing

Hi,

Please use this CSS snippet How to add custom code snippets - HivePress Help Center :

.hp-listing--view-block .hp-listing__featured-badge i::before {
    color: purple;
}