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

Try Ctrl+F5 (Hard - Reload) of the Browser to reload the URL. This deletes a cached copy of CSS Classes and implement the fresh ones.

No luck still light grey:  find_real_file.png

Do a 'Inspect Element' on the grey color ( by pressing F12 in Chrome and navigate to Elements Tab and then select top left pointer (OR press Ctrl+Shift+C)) and observe the class that is overwriting this element.

Tweak the attributes and classes here and you will find the root cause.

 

OR post your DOM (HTML) here in snippet.

here is what shows find_real_file.png

tabber66
Kilo Contributor

I found the timeWaited color in the widget but its read only.  I cloned the widget and change it to #000000 and added the widget to the page.  Works good ONLY when both widgets are on the page, once I remove the original widget the links all go bad.  I looked at the original widget and it has a drop down for templates and the cloned one does not.  Don't know if that is what is happening.  

 

find_real_file.png

Here is with both added, the top is the OG and the bottom is the new, you can see that the time waited it the correct black that I need. 

find_real_file.png