Maximo Open Forum

 View Only
  • 1.  Change Color of Top Bar on Start Center and Application

    Posted 08-01-2022 09:55
    Edited by Stevie Holloway 08-01-2022 09:56
    Happy Monday,

    I'm seeking directions on how to change the color of the top bar on the Start Center and applications from blue to yellow. I greatly appreciate any assistance. My environment is 7.6.1.1.




    Thanks
    #Customizations
    #EndUser
    #EverythingMaximo
    #MaximoUserGroups

    ------------------------------
    Stevie Holloway
    U.S. Bureau of Reclamation
    ------------------------------


  • 2.  RE: Change Color of Top Bar on Start Center and Application

    Posted 08-02-2022 08:26
    The link below will help you change it:
    https://www.ibm.com/support/pages/changing-color-start-centers-menu-bar-maximo

    https://www.ibm.com/mysupport/s/question/0D50z000060dEugCAE/change-background-color-of-navigation-bar?language=en_US

    ------------------------------
    Biplab Choudhury
    BPD Zenith Australia
    ------------------------------



  • 3.  RE: Change Color of Top Bar on Start Center and Application

    Posted 08-02-2022 08:39
    Hi,

    Thanks for your response. I've tried both of these link previously and they didn't yield the desired results.

    ------------------------------
    Stevie Holloway
    U.S. Bureau of Reclamation
    ------------------------------



  • 4.  RE: Change Color of Top Bar on Start Center and Application

    Posted 08-02-2022 09:32
    This worked for me on 7.6.0.9

    https://bportaluri.com/wp-content/MaximoListArchive/ni44sa1bmm6glyahoogroups.com.html

    ------------------------------
    Naomi Griffiths
    British Antarctic Survey
    ------------------------------



  • 5.  RE: Change Color of Top Bar on Start Center and Application

    Posted 08-04-2022 06:36
    It's in the maximo.css of the skin.
    Open maximo.css in a text editor and search for 'bgnavbar'.

    The maximo.css can be found in multiple places.
    <installroot>\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\skins\<skin>\css\maximo.css
    <installroot>\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\skins\skins-<timestamp>\<skin>\css\maximo.css
    You only need to update the maximo.css for the skin that you use.

    Rebuild en redeploy the EAR file.

    There is also a way to skip the rebuild and redeploy by updating the maximo.css directly in the deployed EAR file on the WebSphere Server.
    If you do so, make sure it's also updated in the SMP folder. Otherwise, it will be overwritten with the next build and deployment of the EAR file.

    Be aware, that after installing a fix or fix pack, your changes are often gone and you have to re-apply them.

    /* bgnavbar */

    .bgnb

    {

    color: #fff;

    font-family: MaximoBase;

    font-size: 11px;

    font-style: normal;

    font-weight: bold;

    background: #008000 // change this value #00DD00 is green for example

    background-repeat: no-repeat;

    background-position: left top;

    vertical-align:top;

    height: 38px;

    }





    ------------------------------
    Guus Disselkoen
    MACS BV
    ------------------------------



  • 6.  RE: Change Color of Top Bar on Start Center and Application

    Posted 08-04-2022 11:19
    Thank you all for the information.

    ------------------------------
    Stevie Holloway
    U.S. Bureau of Reclamation
    ------------------------------