For your job listing, Zoho Recruit provides the following default fields: job type, city, country, date opened, job description, and experience. Add the following CSS to your website to remove them.
| Fields | CSS Code |
| Remove City | .zrsite_City {display: none;} |
| Remove Date | .zrsite_Date_Opened {display: none;} |
| Remove Job Type | .zrsite_Job_Type {display: none;} |
| RemoveJob Description | .zrsite_Job_Description {display: none;} |