- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 12:06 PM - edited 05-07-2025 12:06 PM
I noticed today that the loading dots in our Employee Center header menu are black. In our Service Portal, they are white.
How can I modify the CSS in the EC Theme (I've been using the global style sheet) to change the color of the loading dots to white?
Not sure I am identifying the right class when trying to do this
.navbar-nav {
.header-loader {
color: #ffffff !important; /* Adjust color as needed */
}
}
Please mark this response as correct and/or helpful if it assisted you with your question.
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 12:21 PM
Please accept my solution if it works for you and thumps up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 12:21 PM
Please accept my solution if it works for you and thumps up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 05:14 AM
Thanks! I stared at that class in the Widget, but didn't use it. Couldn't figure out how to inspect the 3 dots as they disappear so quickly. Your answer works!
Please mark this response as correct and/or helpful if it assisted you with your question.
Steven