3
Login page footer
Question asked by Johnnie Benson - 8/15/2016 at 8:11 AM
Answered
Is there any way to remove the smartermail version from the footer of the login page?

3 Replies

Reply to Thread
0
Employee Replied
Employee Post
Hey Johnnie!
 
This would be possible by adding custom CSS to the Personalization section in the Sys Admin settings. I'm slightly familiar with CSS so I looked into this a bit, but I was unfortunately unable to figure this one out. From what I can tell, you won't be able to remove just "SmarterMail Enterprise 15.2" but the entire right side of the footer text. 
 
Are you familiar with using CSS? 
0
Employee Replied
Employee Post Marked As Answer
Hi,
 
I have found some css that can remove the SmarterMail version from the footer:
html body.Login form#aspnetForm div#footer div a:nth-of-type(2) {
    display: none;
}
 
0
Employee Replied
Employee Post
Thanks Alex!!

Reply to Thread

Enter the verification text