Change Icon colour in feature job listing

Hi - I managed to find some code to change the border colour of a featured listing in jobs, i’d now like to change the icon colour from yellow - any thoughts appreciated!

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;
}

Legend - thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.