• Resolved tbarnesprecision

    (@tbarnesprecision)


    I have scoured the available editing options in the Admin and see no way to remove the “remote positions only” checkbox from the search at the top of the jobs page. We offer zero remote positions and want it to not be an option. Can someone advise how to remove?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Deric (a11n)

    (@dericleeyy)

    One quick workaround would be hiding the element using CSS on your site. You can use this CSS to hide the checkbox:

    .search_remote_position {
        display: none;
    }

    I hope this helps!

    Thread Starter tbarnesprecision

    (@tbarnesprecision)

    @dericleeyy I feel like I *probably* should have thought of that myself, and I can’t thank you enough for taking a minute to offer the solution! Worked like a charm, and I am the stud on campus this morning thanks to you (hahaha!) Thanks!

    Plugin Support Deric (a11n)

    (@dericleeyy)

    @tbarnesprecision I’m so glad to hear that made you a stud on campus. Enjoy the glory!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove “remote positions only”’ is closed to new replies.