Skip to Main Content

Analytics Software

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!

OBIEE 12c Custom.css doesn't work for me

deniskaJul 30 2019 — edited Aug 2 2019

I'm using this tutorial

https://gianniceresa.com/2016/12/obiee-12c-custom-style-ear-file/

I created shared folder, Extracted Archive with Alta style inside, edited filemap.xml, deployed this in Weblogic and restarted OBIPS.

I could change oracle_logo

but my changes inĀ  c:\Oracle\analyticsRes\res\s_DATAlysis\master\custom.css

@import "master.css";@import "facustom.css";

.HeaderBrandingCell {display:none !important;

}

.HeaderLogo {display:none !important;

}

td.HeaderQuickSearchPrompt {color: b0bec5 !important;

}

.HeaderBrandName {color: b0bec5 !important;

}

.HeaderTopBar {background-color: #34495e !important;

}

doesnt work. I dont see any difference

Comments