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.

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

Leave a comment

Your email address will not be published. Required fields are marked *