Hello Josh,
Is it possible to change the color of the jobtype label e.g. Full-Time into the same color as the default navigation bar(orange)?
Regards,
Fred
Hello Fred,
Please try below code under Theme Setup >General Setup >Custom css
.wlt_search_results .label {
background: #F00;
}
You must be logged in to reply to this topic.