Title: Remove &quot;Apply for job&quot; button
Last modified: August 21, 2016

---

# Remove "Apply for job" button

 *  Resolved [narcisoj](https://wordpress.org/support/users/narcisoj/)
 * (@narcisoj)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-apply-for-job-button/)
 * IS there any way I can remove the button “Apply for job”
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-apply-for-job-button/#post-4633087)
 * Two ways this can be done:
 * 1) Use some CSS to hide it
    2) Use a template override and remove the button/
   contact details code. For that see [https://github.com/mikejolley/WP-Job-Manager/wiki/Template-overrides](https://github.com/mikejolley/WP-Job-Manager/wiki/Template-overrides)
   and edit this template file: [https://github.com/mikejolley/WP-Job-Manager/blob/master/templates/job-application.php](https://github.com/mikejolley/WP-Job-Manager/blob/master/templates/job-application.php)
 *  [TinyGiantStudios](https://wordpress.org/support/users/tinygiantstudios/)
 * (@tinygiantstudios)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-apply-for-job-button/#post-4633178)
 * Hi narcisoj,
 * Just to add to Mike’s answer – if you want to hide the button through CSS (option
   1), you can use the following code in your theme’s style.css file:
 *     ```
       .single_job_listing .application .application_button {
         display: none;
       }
       ```
   
 * Hope it helps

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove "Apply for job" button’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [TinyGiantStudios](https://wordpress.org/support/users/tinygiantstudios/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/remove-apply-for-job-button/#post-4633178)
 * Status: resolved