Favourite Popup Text not visible.

indrakolge
Tera Contributor

I've created a custom theme and style to change the header color.The Header color changes successfully but now the favorite popup text is not visible in my PDI (Washington DC version).

I've attached a screenshot for reference.

favvv iconnn.png

 

2 REPLIES 2

Slava Savitsky
Giga Sage

We had a similar issue at one of our customers. The problem is that that popup reuses CSS properties that are mainly used for the navigation pane, which means you cannot change the styling of that popup without impacting the look and feel of the navigator. We struggled quite a lot before we found a combination of values for CSS properties starting with "--now-unified-nav_menu-" prefix that gave an acceptable contrast between the text and the background color. I don't remember all the details, but these are the hints I can give you:

 

"--now-unified-nav_menu-item--color" is used as text color for the favorites popup
"--now-unified-nav_menu-filter--color--opened" is used as text color for the navigator filter
"--now-unified-nav_menu-filter--background-color--hover" is used both as hover color for the navigator filter and as opened color for the favorites popup

Steven Parker
Giga Sage

Were you able to find the CSS property that controls this?  I am having a similar issue.


Please mark this response as correct and/or helpful if it assisted you with your question.
Steven