PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 7/6/2017 5:08 PM by  Andre77
Logo Change Infor10 - no Ming.le
 2 Replies
 1 Subscribed to this topic
 64 Subscribed to this forum
Sort:
You are not authorized to post a reply.
Author Messages
Wade-T
Private
Private
Veteran Member
(106 points)
Veteran Member
Posts:54


Send Message:

--
1/11/2017 2:52 PM

    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
    Private
    Private
    Veteran Member
    (1438 points)
    Veteran Member
    Posts:510


    Send Message:

    --
    4/4/2017 3:53 PM
    Hi Wade-T,
    Where did you make the changes for your Mingle users? Thank you.
    Andre77
    Programer
    Palomar health
    Basic Member
    (19 points)
    Basic Member
    Posts:7


    Send Message:

    --
    7/6/2017 5:08 PM

    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
    You are not authorized to post a reply.