Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @mindylll,

    Hope you are doing well.

    If you want to remove the Job Features heading then please remove the all categories which you have assigned related to this job.

    Otherwise, you can do this with custom CSS.

    Please add the CSS to the below given path.

    WordPress Dashboard->Appearnce->Customize->Additional CSS
    .job-features>h3{
    display:none;
    }

    Feel free to contact us for further assistance.

    Thanks,

    Regards,

    Thread Starter mindylll

    (@mindylll)

    Thank you! That worked. Can I also remove the necktie icon that is next to the job categories?

    Hi @mindylll,

    Glad to know that your issue is resolved.

    Please add this CSS to remove the icon.

    .job-features h4>.fa{
    display:none;
    }

    Feel free to reach out for further assistance.

    Regards,

    Thread Starter mindylll

    (@mindylll)

    Awesome! A couple of other questions:

    On the individual job post (https://www.helixepi.com/job2/senior-regulatory-permitting-specialist/)

    – Do you know why there are double bullet point icons?
    – Can I get the individual job post pages to follow my main template that has the “Careers” image at the top and the sidebar? (https://www.helixepi.com/careers/current-openings2/)

    Hi @mindylll,

    1. To remove its built points please add this CSS to the additional CSS section
      .sjb-page .sjb-detail .list-data .v2 ul li{list-style:none;}
    2. To show the header image and sidebar please go to simple job board settings WordPress dashboard->Job Board->Settings->Appearence Tab->Job Pages Layout:Theme Layout
    3. Don’t forget to press the save button

    Feel free to reach out for further assistance.

    Regards,

    Thread Starter mindylll

    (@mindylll)

    Thank you so much! The bullet points code worked.

    I just noticed one last thing. When I am on the individual job post page, I can click its job category from the breadcrumbs. When I do that, it shows the full job posts, but does not show the “how to apply” section. Can I make it instead display an excerpt like it does on the main job listings page here: https://www.helixepi.com/careers/current-openings2/ ?

    Hi @mindylll,

    The individual job post page where you are clicking on the job category page is not a page of Simple Job Board. There is no Job Category page in breadcrumbs.

    Feel free to reach out for further assistance.

    Regards,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove “Job Features” ?’ is closed to new replies.