Title: Hide RSS link
Last modified: June 3, 2022

---

# Hide RSS link

 *  Resolved [kamalpandey007](https://wordpress.org/support/users/kamalpandey007/)
 * (@kamalpandey007)
 * [4 years ago](https://wordpress.org/support/topic/hide-rss-link/)
 * Can’t figure out where the setting is to hide the “RSS” button when searching
   for jobs using WP Job Manager, it’s not something I want customers to be able
   to click into and see.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Cena (a11n)](https://wordpress.org/support/users/cena/)
 * (@cena)
 * [4 years ago](https://wordpress.org/support/topic/hide-rss-link/#post-15706688)
 * Hi [@kamalpandey007](https://wordpress.org/support/users/kamalpandey007/) ,
 * It’s not a setting, I’m afraid. The easiest thing is probably to hide it with
   a bit of CSS:
 *     ```
       form.job_filters a.rss_link {
       display: none;
       }
       ```
   
 * That should do it. You can add that your site through the site’s Customizer.
   
   Best,

Viewing 1 replies (of 1 total)

The topic ‘Hide RSS link’ 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/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 1 reply
 * 2 participants
 * Last reply from: [Cena (a11n)](https://wordpress.org/support/users/cena/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/hide-rss-link/#post-15706688)
 * Status: resolved