To add extra fields to your job listing, add the highlighted code on your website. Modify page name accountingly.
Tag: zoho job listing
Remove fields from the job listing in Zoho
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;}