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