Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

linchpin.png

Just customizing some stylesheets will show AI chat button in linkchpin page well !

Go to Confluence Administration >> Look and Feel >> Stylesheet, add the below css code

#devpod-ai-chat-button {
    background-color: #526177 !important;   /* background color of chat button*/
    color: #ffffff !important;   /* font color of chat button*/
}

#devpod-ai-chat-button-container { 
    margin-right: 20px !important;
}

customize-css.png

  • No labels