6: Re: Site Footers (response to 4)
Posted by Joe Oldak on

I see you're using the Modern theme, which doesn't have an option to hide the Login button.

To remove it from the footer you could add the following style to your custom CSS:

#footerLogin {
  display: none;
}

Thanks

Joe - Voice Admin

8: Re: Site Footers (response to 6)
Posted by Bradley Kelly on

Thank you! :)