Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't replace Oracle logo in template...

bsargentOct 8 2015 — edited Oct 8 2015

I am using jdeveloper 12.1.3

I tried using an adf skin which creates a css file:

created adf skin.PNG

used the following code to try and replace the adfbrandinglogo:

.AFBrandingBarLogo {

background-image: url("images/.AFBrandingBarLogo/topborder.PNG");

        }

But the page still shows the standard oracle logo.

oracle logo still showing.PNG

Help.

If I try to edit the template "go to declaration is greyed out" even if I stop the integrated weblogic

go to declaration is greyed out..png

If I change logoimagepath that works, but then, how can I apply css size and width to the image?

if I change logoImagePath that works but then how do I change the size of the image with css.PNG

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2015
Added on Oct 8 2015
7 comments
230 views