| Author |  | 
      
        | dikodhiko Newbie
 
  
  
 Joined: 24 February 2016
 Location: Indonesia
 Online Status: Offline
 Posts: 0
 | 
          Hi Guys,
           | Posted: 29 February 2016 at 1:58am | IP Logged |   |  
           | 
 |  
 Can someone tell me how to add logo on top corner?
 
 i have found thats code on :
 webmail/templates/views/Common/HeaderViewModel.html
 on part of code ;
 <!-- ko if: appCustomLogo() !== '' -->
 <span class="item logo"><img class="img_logo" data-bind="attr: {'src': appCustomLogo()}" src="https://mywebmail/webmail/logoastra.png"></span>
 -->
 
 1. i have change code like that
 2. I have clear cache (rm -rf /webmail/cache/)
 3. I didnt get anything :(
 
 
 pls help me :(
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Logo URLs are supplied in data/settings/settings.xml file:
           | Posted: 29 February 2016 at 3:24am | IP Logged |   |  
           | 
 |  
 
 
| Code: 
 
    
    | 
      
       | <LoginStyleImage>...</LoginStyleImage> <AppStyleImage>...</AppStyleImage>
 |  |  |  
 Those denote logos displayed on login page and in top corner, respectively.
 
 Note that, while you might be able to do that in WebMail Lite, branding is officially supported in WebMail Pro only.
 
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | dikodhiko Newbie
 
  
  
 Joined: 24 February 2016
 Location: Indonesia
 Online Status: Offline
 Posts: 0
 | 
          
           | Posted: 01 March 2016 at 12:10am | IP Logged |   |  
           | 
 |  
| Igor wrote: 
 
    
    | 
      
       | Logo URLs are supplied in data/settings/settings.xml file: 
 
 
| Code: 
 
    
    | 
      
       | <LoginStyleImage>...</LoginStyleImage> <AppStyleImage>...</AppStyleImage>
 |  |  |  
 Those denote logos displayed on login page and in top corner, respectively.
 
 Note that, while you might be able to do that in WebMail Lite, branding is officially supported in WebMail Pro only.
 
 --
 Regards,
 Igor, AfterLogic Support
 |  |  |  
 
 ty so much igor, it's working now. :)
 | 
       
        | Back to Top |     | 
       
       
        |  |