SAP Knowledge Base Article - Public

2958889 - SAP Jam branding - unable to configure selected hover color

Symptom

  • The customer has disable the custom header, and is trying to configure the selected hover color (from the search or the cog icon) to match their theme color.
  • the selected hover color configuration is missing from the Branding -> Web

Environment

SAP Jam Collaboration

Reproducing the Issue

  1. log in to SAP Jam
  2. Go to Admin
  3. select Branding -> Web
  4. there is no option for selected hover color

Cause

Styling for dropdown items is not configurable via color picker just like how you configure color for the primary button. 

Resolution

**** Please note, as this feature is not supported, below is only provided as a possible workaround using custom header ****

A workaround would be to enable custom header and appending the following to the text box:

<style>
  .dropdown-menu li > a:hover {
    /* background color when an item is hovered; default is #0070b1 */
    background-color: #ff0000 !important;
    /* text color when an item is hovered; default is #ffffff */
    color: #ffff00 !important;
  }
</style>

See Also

2810965 - How to create a custom header for SAP JAM

Keywords

custom header, color picker, selected hover color , KBA , LOD-SF-JAM-BRN , Branding Options - Web & Mobile , Problem

Product

SAP Jam Collaboration all versions