Thank you. I like the footer. Looks a lot more cleaner, however, would I be allowed to hide the login icon button using CSS?
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