2: Re: new user question (response to 1)
Posted by Joe Oldak on

There's an option to turn the Feedback link off in the Display Options settings for the site. However there's no way to turn off the other footer links - it's good practice to have links to Cookies and Privacy Policy on your site.

However, if you're keen to hide them then you can add a bit of CSS into the Raw Header HTML in the Theme settings. This should do it:

<style>
  #footerLinks {
    display: none;
  }
</style>

Almost anything can be achieved with a bit of custom CSS, I find! :-)

If you have your own links you want to add into the footer, then you can add them in the Extra Footer HTML in the Theme settings.

Thanks

Joe - Voice Admin

3: Re: new user question (response to 2)
Posted by kcurrie65 on

Thank you Joe for youre prompt reply. I am sure much can be acheived with CSS - once I get a  basic grasp of what am doing Cool