Walk-up Experience Online Checkin

tabber66
Kilo Contributor

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. 

 

find_real_file.png

12 REPLIES 12

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.

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;

Randolph
Mega Contributor

We were able to change the background and text colors on the walkup_que_on_site page by copying the CSS from the widget into the widget instance and changing it there. That way we did not have to clone the widget itself.

I hope this helps!

find_real_file.png

find_real_file.png