6
Customize Display After Logging In
Question asked by ScottF - 6/19/2015 at 12:29 PM
Unanswered
Hello,
 
One of the big improvements of SM 14 is the ability to white label. We just what to change the text after you log in on the upper left to say "MyDomain Email" instead of "SmarterMail Enterprise 14.0". Would this be done by applying a custom CSS?
 
Thanks,
Scott F.

6 Replies

Reply to Thread
2
kevind Replied
Looks like a simple request -- change the title in the upper left of the UI from SmarterMail to the name of the company or ISP.
 
Since major features of v.14 include login page branding, white labeling, custom help, etc., it seems like there should be an option to change the browser title or brand once you're signed in.
 
Thanks,
Kevin
1
Employee Replied
Employee Post
Hi Scott, 
 
To change the name in the upper left you will want to use custom CSS.  You may find our knowledge base article Custom CSS for a Domain helpful in doing this.
2
ScottF Replied
Hi Emily,
 
Thanks for the reply. I checked out the KB but my custom CSS didn't work. Could you post the CSS code to change "SmarterMail Enterprise 14.0" on the top left?
 
Thanks,
Scott F.
2
FlexWS Replied
Maybe SmarterTools could allow us to use the login display title as main screen title too in a future release.
 
In the meantime your best shot would be something like
 
#PageHeader h1:before { content: 'MyDomain Email'; color: #FFF; }
#PageHeader h1 { color: transparent; }
 
This will not actual remove the original text, but will place your custom text in front of it and make the original text transparent, which gives you the desired result.
0
kevind Replied
FlexWS: nice work -- creative solution! And yes, hopefully SM makes it easier by using the login display title in a future version.
0
Erik White Replied
here in 2017, still an amazing solution. Thank you

Reply to Thread