cancel
Showing results for 
Search instead for 
Did you mean: 

Theme designer Logo change

rohit3611
Contributor
0 Kudos

Hi All,

I have used the theme designer to edit the logo, I have uploaded the logo in Quick view and in CSS used the below code.

But still its showing the default logo.

.sapUiUx3ShellHeader > img[id$='-logoImg']{

display: inline-block;

-moz-box-sizing: border-box;

box-sizing: border-box;

background: url(img/misc/sapUiGlobalLogo.jpeg);

background-size: 30px 18px;

background-repeat: no-repeat;

height: 18px;

width: 30px;

padding-left: 30px;

}

Do we need to give some path?

Best regards,

Rohit

Accepted Solutions (0)

Answers (2)

Answers (2)

george_credland
Participant
0 Kudos

This message was moderated.

ChandraMahajan
Active Contributor
0 Kudos

Hi Rohit,

you can check this document from Masa.

Check all steps and revert back.

Regards,

Chandra

rohit3611
Contributor
0 Kudos

Hi chandra,

did the same steps, still not showing.

in place of logo, its showing company logo in quick mode.

Best regards,

Rohit

jmoors
Active Contributor
0 Kudos

Have you checked in the browser developer tools if your custom theme is being used, or if the image is coming from cache etc?

If you inspect the object is your CSS being used?

Regards,

Jason

rohit3611
Contributor
0 Kudos

Hi Jason,

It is getting the old image only. I have cleared cache etc.

Best regards,

Rohit

jmoors
Active Contributor
0 Kudos

Have you checked in the browser developer tools if the new theme is being used, look at the URL for the theme?

Have you set the theme parameter?

Regards,

Jason

rohit3611
Contributor
0 Kudos

Hi Jason,

We are not using fiori Application. It is standard UI5 application.

Rohit

jmoors
Active Contributor
0 Kudos

You still need to specify the theme to use, have you checked in the browser developer tools if the new theme is being used, look at the URL for the theme?

Regards,

Jason