Logo Change Infor10 - no Ming.le

 2 Replies
 1 Subscribed to this topic
 13 Subscribed to this forum
Sort:
Author
Messages
Wade-T
Veteran Member Send Private Message
Posts: 54
Veteran Member

We are working through the tasks of upgrading from 9.0.1 to 10.0 and will not be having our Self-Service users access the portal through Mingle. Can you point me to  where I could change the company logo in the upper left-hand corner of the screen? I have changed it for the Ming.le users.

 

Thank you,

JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
Hi Wade-T, Where did you make the changes for your Mingle users? Thank you.
Andre77
Basic Member Send Private Message
Posts: 7
Basic Member

The logo is not an image file. It is now encrypted base64 based CSS , (basically a line of text based on a picture.)

1. upload your new "logo" to https://thecustomizewindo...-to-Base64-Data-URI/

2. Grab  all the information  (Height, width and the URL info)

3. find the CSS file  here:

lawson\web\lawson\portal\theme\inforControlsCombined.min.css

***PLEASE REMEMBER TO SAVE THE ORIGINAL***

the file has a single line of text.

I marked where to make the changes in the attachment.

search for ##### Change this line

and ##### Change height and width to match the this next line.

4.  Paste your logo url   

example:  url("data:image/png;base64,yourlogotextgoeshere");

5. Remove my comments

6. Save.

7. Log into your portal and see how it looks and tweak it as needed.

 

PS This css also controls the login Logo as well. Use your browser's  F12 Developer tools to find where exactly.   

Attachments