Removing a link in the footer

Not sure if this is theme-related but how does one remove the RSS link from the bottom navigation?

URL address to website?

Here.

Any answer?

Is it possible to remove it?

In the theme there’s a block like this. You can remove the /rss and that should hide it.

 <script>
    window.socials = {
      rss: '/rss',
      threads: '',
      linkedin: '',
      discord: '',
      github: '',
      instagram: '',
      pinterest: '',
      reddit: '',
      telegram: '',
      tiktok: '',
      whatsapp: '',
      youtube: ''
    }

    document.addEventListener('alpine:init', () => {
      Alpine.data('socials', () => (window.socials))
    })
  </script>
1 Like

Please check other forum topics, and there’ll be a lot od tutorials how to remove things from your theme.