Favourite Popup Text not visible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 06:20 AM - edited 07-01-2024 06:30 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 01:40 AM
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
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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