Walk-up Experience Online Checkin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2018 06:23 AM
Done anyone know how to change just the walkup online checkin font color? Right now it's defaulting to the main portal page and it's hard to see some of the wording. Need to change the Time Waited section.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 05:04 AM
You shouldn't need to do this at all. I have this working with this exact configuration in my instance. It's got to be some caching issue that's preventing you from seeing the right color. You might try navigating to the '/cache.do' page to flush your instance cache.
If that doesn't work, post the relevant piece of your widget code so I can see how you're setting the color there and I can try to modify it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 05:13 AM
Clearing the cache did not work. Here is the cloned widget CSS - SCSS (the original is Online Check-In experience) that I change the color on it's right at the top of that section.
CSS - SCSS
$header: #48494A;
$sub-header: #777777;
$text: #555555;
$currentUser: #E7F7E9;
$timeWaited: #000000;
$border: #D8D8D8;
$panel-body-danger: #F2DEDA;
$panel-border-info: #298BD0;
$panel-body-info: rgba($panel-border-info, 0.1);
$panel-border-warning: #F0AD4E;

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2019 12:18 PM