Hwo to replace Oracle logo with custom logo on fluid page?
We are upgrading from PT8.58 to PT8.60.We need to replace oracle logo on fluid page to our company logo.
In last upgrade we modify style sheet PTNUI_LANDING_CSS and PTNUI_ORACLE_LOGO image(which is used by style sheet PTNUI_LANDING_CSS) to achieve this.
but in 8.60 that code is changeed as below
8.58 current code:
.nuihdr_logo:after {
position:absolute;
/* top:0; Code commented by Shruti Vernekar(282385) 6-May-2022 CSR-9546 */
top:-12px;/*Code added by Shruti Vernekar(282385) 6-May-2022 CSR-9546*/
bottom:0;
%AlignEnd:0;
%AlignStart:0;
content:url(%image(PTNUI_ORACLE_LOGO));
padding-top: 0.6em; /* ONEC */
margin-%AlignStart: -0.7em;
transform: scale(0.75); /* ONEC */
}
8.60 stylesheet code: