Colour of category box in job listing
-
hi guys!
I am enquiring about custom colours for the category of the job listing. I have already added css for specific categories. On the job listing page the colour changes perfectly fine. Example of css for this
.job-manager .documentary, .job-types .documentary, .job_listing .documentary {
color: #f08d3c;
}However, once the user clicks on the job advert and the full job listing page opens, the box that the category sits in does not change colour to the custom css. I don’t know how to set this up per custom category.
This is the current code for the category box.
.single_job_listing .meta .job-type {
color: #fff;
background-color: #f08d3c;
}
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Colour of category box in job listing’ is closed to new replies.