No doubt this has been asked before, but I'm unable to find an answer. I'm interested in simply adding a new icon or two to the global header of the Smart UI page. Can this be done without a full SDK, etc.? Many thanks! Ben
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
first, why the icon? and second, no full sdk needed
Thanks for the quick reply. There is interest in adding additional, easily-visible "quick links" to the header to be able to jump to various other web-based locations.
hmm, not a good design choice. I would add a widget with navigation from there. The problem becomes that it looks crowded.
I need similar. In Classic UI I have a header Appearance that renders a banner that is a corporate requirement. Is there no way of adding something like an Appearance Banner to the SmartUI? CSUI SDK the only way to go?
Hi John. There's this discussion: https://forums.opentext.com/forums/discussion/comment/931868 If you're looking to just change the css it's not too bad, but (I understand) anything more complicated will require the SDK.
Thanks. Yes I swapped out the image (and made a bit more space for it) using the CSSs for basic branding. I need a big red marquee thing across the top saying something like "if you use this system, don't do bad" - I summarize. We have an Appearance in Classic UI. CSUI SDK it is then :-(
Hi John, try adding something like this to your custom SmartUI CSS:
[role=banner]:before { content: 'If you use this system, don\'t do bad.'; display: block; background-color: red; height: 2em; line-height: 2em; color: #fff; text-align: center }