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-02-2018 07:22 AM
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.
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2018 07:55 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2018 09:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2018 12:43 PM
Still no luck. Different browsers and Incognito mode still that light grey color.