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

Mark Stanger
Giga Sage

This is just a service portal page so you can override the CSS as you would anywhere else in Service Portal.  In the specific case of the text you indicate, you can do the following...

1)  Since the walk-up experience is configured in a scoped app, you'll first want to change to that app from the app picker in your main frame header.

find_real_file.png

2)  Navigate to the theme for the Walk-up experience portal by navigating to 'Service Portal -> Themes' in your left nav and then selecting the 'Walk-up Theme' record.

3)  Scroll to the bottom of the theme page and create a new 'CSS Include' record in the related list.

4)  In your CSS Include record you'll want to click the magnifying glass on the 'Style sheet' field and then click 'New' to create a new style sheet with the following CSS (replacing 'purple' with the color you want your text to be).

.time {
    color: purple !important;
}

5)  Save your CSS and CSS include and then log out and back in the walk-up experience and test!

tabber66
Kilo Contributor

I did the following ans still have the same color (might be something I'm doing) here is what I got:

 

find_real_file.png

 

find_real_file.png

 

find_real_file.png

The result is still showing as that light gray.  Need it to be black.  

It looks like you've got it all set up correctly.  The CSS is probably being cached though so you'll need to clear your browser cache, log out and back in again, etc. to see the change.  You can also open up an incognito window and log in (or log in using another browser) to see the change.

tabber66
Kilo Contributor

Still no luck.  Different browsers and Incognito mode still that light grey color.