• Resolved kamalpandey007

    (@kamalpandey007)


    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)

    (@cena)

    Hi @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.