cancel
Showing results for 
Search instead for 
Did you mean: 

how to Change logo on home page?

0 Kudos

Hi,

I am designing new menu for a customer. I could change the header, footer and colors with the them. But i could not proceed with changing the logo on home page. Any assistance would be of great help.

Thank you.

Deepthi.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

To change the Logo just change img src in DefaultHeader File


Servername\wwwroot\Illuminator\Themes\src\DefaultHeader.xml

Line (<img src="/Illuminator/Images/sap_logo.gif" />)

Regards,

Rao

Former Member
0 Kudos

Hi,

i also tried to change the default header, but I do not have success.

Im on Version 12.0.5 Build(126)

I've changed the file defaultHeader.xml in the folder .../apps/sap.com/xappsxmiiear/servlet_jsp/XMII/root/Themes/src/ but I can't see the changes. I've cleaned the browser cache, but no success. Do I have to restart the NW instance?

Kind regards,

Matthias

Former Member
0 Kudos

Hi Matthias,

if you really change the default theme, it won't be visible until you restart the instance. I recommend to follow the thread Michael has linked above and copy the sample theme into your project.

You also find information on how to do this in this thread, where I described the procedure:

[https://forums.sdn.sap.com/click.jspa?searchID=16649351&messageID=4875802]

After you copied the theme and changed what you like, you assign the project theme to a user role. Clicking on the refresh button on the MII top navigation then activates the changes in the theme.

Michael

Former Member
0 Kudos

Hi Deepthi,

are you talking about 12.0 or 11.5? Do you mean the logo on the login page or the sap logo on the right top of the MII page?

Kind regards

Markus

Former Member
0 Kudos

Hi,

Hopw you are desigining a new menu with html.

I you are creating a new menu using html, then you can change logo by using img tag.

What ever logo you want to design you can do that design in ms paint.

Save that image.

add that image in html page using <img></img> tag.

You can alter the image size by providing proper attributes to <img> tag.

You can learn more abt <img> tag in w3schools.

Thanks

Rajesh Sivaprakasam

agentry_src
Active Contributor
0 Kudos

Here you go:

[Home Page|;

Good luck,

Mike