<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Changing font colours on the Walk-up Experience portal in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561652#M133431</link>
    <description>&lt;P&gt;Hi Alex,&lt;/P&gt;
&lt;P&gt;I am facing the same issue, Kindly let me know, if you find the solution for this.&lt;/P&gt;
&lt;P&gt;Your help is highly appreciated&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 05:29:38 GMT</pubDate>
    <dc:creator>Indira Panneers</dc:creator>
    <dc:date>2021-06-18T05:29:38Z</dc:date>
    <item>
      <title>Changing font colours on the Walk-up Experience portal</title>
      <link>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561651#M133430</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I'm&amp;nbsp;looking to implement the walk-up experience&amp;nbsp;but one thing I noticed was the default font colours on the check-in page are too light (see below)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/33424i26A397DDE425104B/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm new to service portal development and was wondering what the easiest way to change these were.&lt;/P&gt;
&lt;P&gt;Any help would be greatly appriciated.&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 10:16:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561651#M133430</guid>
      <dc:creator>Alex Saager</dc:creator>
      <dc:date>2021-06-10T10:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font colours on the Walk-up Experience portal</title>
      <link>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561652#M133431</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;
&lt;P&gt;I am facing the same issue, Kindly let me know, if you find the solution for this.&lt;/P&gt;
&lt;P&gt;Your help is highly appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 05:29:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561652#M133431</guid>
      <dc:creator>Indira Panneers</dc:creator>
      <dc:date>2021-06-18T05:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font colours on the Walk-up Experience portal</title>
      <link>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561653#M133432</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Recently resolved this issue in our instance. So, the colors are being picked in the Widget's CSS by default, and you cannot edit this. However, cloning the entire widget isn't necessary.&lt;BR /&gt;&lt;BR /&gt;Go to the Widget Instances table and find the instance of the Online Check-In widget that you are using. Once there, you can use the CSS field on&amp;nbsp;&lt;EM&gt;this&lt;/EM&gt; instance to override the widget's non-editable CSS styling.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is the style sheet that we replaced it with. This is largely the same as the default - the only key difference is that the header and sub-header text colors are now just #000000 (black) instead of referring to gray and gray-light on the widget's CSS styling.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE class="language-css"&gt;&lt;CODE&gt;$header: #000000;
$sub-header: #000000;
$border: $table-border-color;
$panel-border-info: $alert-info-border;
$brand-primary-darker: #165C53 !default;
$header-bg: $navbar-default-bg;
.nav-tabs {
  background-color: $header-bg;
}
.checkin {
  width:100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.selectUser{
  padding-bottom:10px;
}
.userOnbehalf {
  padding-top: 14px;
  height:36px;
  width:100%;
  max-width:336px;
}
.queue-location-header {
  border-bottom: 1px solid $border;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30.5px;
  height: 68px;
  .queue-name {
    font-size:18px;
    color:$header;
    h3 {
      font-size:18px;
      margin-bottom: 0;
      margin-top: 10px;
    }
  }
}
.waitTimeMsg {
  font-size: 14px;
}
.customWaitTime {
  padding-bottom: 14px;
}
.location {
  max-width:992px;
  min-height:161px;
  border: 1px solid $border;
  padding-left:30.5px;
  padding-bottom: 25px;
}
.location-loading {
  max-width:992px;
  border: 1px solid $border;
  padding-top: 25px;
  padding-left:30.5px;
  padding-bottom: 25px;
}
.main-frame {
  border: 1px solid $border;
  border-radius:4px;
  max-width:992px;
  width:100%;
  margin-bottom:20px;
}
a.location-change {
  padding:10px;
  font-size:14px;
  max-width:93px;
  height:18px;
}
.location-picker {
  padding-top:10px;
  padding-bottom:41px;
  max-width:336px;
  width:100%;
  height:36px;
}
.change-loc-picker {
  height:36px;
  width:100%;
  max-width:336px;
}
a.cancel-location-change {
  padding:6px;
  font-size:14px;
  max-width:93px;
  height:18px;
}
.selectLocMsg {
  word-wrap: break-word;
  padding-top:19px;
  color:$header;
  opacity:100%;
  font-size:18px;
}
.submit-btn-wrapper {
  height:35px;
  margin-top:16px;
}
.section-panel {
  margin:30.5px;
}
.form-panel {
  margin-top: 16px;
}
.form-container {
  padding: 8px;
}
.tab-link {
  color: $brand-primary-darker;
}
.apptmnt-tab {
  border: 0;
  border-bottom: 3px solid $brand-primary-darker;
  background-color: transparent;
}
.display-picker {
  display: flex;
  margin-top:3px;
}
.default-option {
  color:#CCCCCC;
  font-size:14px;
}
.reasons {
  color: $sub-header;
  font-size:14px;
}
.form-header {
  font-size:18px;
  color:$header;
  h4 {
    font-size:18px;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
}
span {
  color:$sub-header;
}
}
.apt-msg{
  font-size:14px;
  color:$sub-header;
  margin-bottom:-3px;
}
.reason-msg {
  margin-top:11px;
  font-size:14px;
  color:$sub-header;
}
.onBehalfReason-msg {
  padding-top:14px;
  margin-top:14px;
  font-size:14px;
  margin-bottom: -18px;
  color:$sub-header;
}
.appointment-wrapper {
  max-width: 336px;
}
.appointment-schedule {
  margin-top:0px !important;
}
.select-wrapper {
  max-width:336px;
  color:#CCCCCC;
  height:36px;
}
.other-wrapper {
  height:78px;
  max-width:336px;
  resize:none;
}
.wu_header {
  font-size: 1.40em;
  max-width: 512px;
}
.welcome-msg {
  word-wrap: break-word;
  font-size:30px;
  color:$header;
  width:100%;
}
.info-msg {
  word-wrap: break-word
    height:45px;
  color:$sub-header;
  padding-bottom: 25px
}
.search-title {
  color:$header;
}
.locationMsg {
  color:$sub-header;
  size:14px;
  max-width:52px;
  height:18px;
}
.position-msg {
  font-size:18px;
  color:$header;
}
.leave-btn {
  min-width:118px;
  height:35px;
  border: 1px solid $btn-default-border;
  background: $btn-primary-color;
  margin-bottom: 15px;
}
.panel-wrapper {
  border-left:1px solid $border;
  border-right:1px solid $border;
  border-top:1px solid $border;
  border-bottom: 0px solid $border;
  background-color: $header-bg;
  height:40px;
}
.search-results {
  border:0;
  max-width:992.5px;
}
.leave-msg {
  font-size:14px;
  color:$sub-header;
  text-align:center;
}
.list-wrapper {
  padding:8px,8px;
  margin-bottom:0 !important;
  border-top:0px solid $border!important;
  border-left:1px solid $border !important;
  border-right:1px solid $border !important;
  border-bottom:1px solid $border !important;
  &amp;amp;:first-child{border-top:1px solid $border !important}
}
.form-input {
  padding-left: 8px;
}
.header {
  color: $header;
}
.semi-bold {
  font-weight: 600;
}
.queue-position {
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
}
.serviced-banner {
  margin-top: 65px;
  margin-bottom: 65px;
  padding: 0 16px;
  text-align: center;
}
.h4 {
  color: $header;
}
.h5 {
  color: $sub-header;
}
.top-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  .queue-container {
    margin-top: 30.5px;
  }
  .queue-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    .username {
      max-width: 205px;
      word-break: break-all;
      display: inline-block;
    }
    .currently-served {
      min-width: 150px;
      flex-grow: 1;
    }
    .up-next {
      flex-grow: 2;
      .user-item {
        display: flex;
        flex-direction: row;
        .username {
          vertical-align: top;
        }
        .number {
          vertical-align: top;
          display: inline-block;
        }
        .time {
          display: inline;
          min-width: 80px;
          .icon-calendar {
            width: 12px;
            margin-right: 4px;
          }
        }
      }
    }
  }
  .location-section {
    flex-grow: 1;
    min-width: 280px;
    flex-basis: 40%;
    line-height: 20px;
    border-top: solid 1px $border;
    margin-top: -1px;
    box-sizing: border-box;
    .location-content-landscape {
      .padding-left {
        padding-left: 32px;
      }
      .padding-bottom {
        padding-bottom: 32px;
      }
      .padding-right {
        padding-right: 32px;
      }
      .schedule-summary {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        box-sizing: border-box;
        justify-content: start;
        .image-container {
          max-width: 360px;
          width: 100%;
          min-width: 296px;
          padding-bottom: 32px;
          flex-basis: 40%;
          img {
            width: 100%;
          }
        }
      }
      .schedule-info {
        max-width: 360px;
        min-width: 296px;
        flex-basis: 60%;
      }
    }
    .location-content {
      margin: 32px;
      max-width: 520px;
      p.location-description {
        word-wrap: break-word;
      }
      .image-container {
        min-width: 214px;
        img {
          width: 100%;
        }
        margin: 24px auto;
      }
    }
  }
}
.padding-left {
  padding-left: 8px;
}
.padding-right {
  padding-right: 8px;
}
.queue-header {
  display: flex;
  flex-direction:row;
}
.left-section {
  flex-basis: 60%;
  flex-grow: 1;
  border-right: solid 1px $border;
  margin-right: -1px;
}
.left-container {
  flex-basis: 45%;
}
.right-container {
  flex-basis: 55%;
  text-align: right;
}
hr {
  border-color: $border;
}
.current-user {
  background: rgba($brand-primary, 0.2);
}
.user-item {
  padding-left: 8px;
  padding-right: 8px;
  line-height: 20px;
  .left-container {
    flex-basis: 75%;
    padding-right: 8px;
  }
  .right-container {
    flex-basis: 25%;
  }
}
.schedule-day {
  margin-bottom: 2px;
}
.schedule-entry {
  display: flex;
  .day-tag {
    flex-basis: 30%;
    padding-right: 8px;
  }
  .schedule-tag {
    flex-basis: 70%;
  }
}
.panel-body {
  p {
    margin-bottom: 0;
  }
}
.panel-info {
  border-left: solid 10px $panel-border-info;
}
.close-panel {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  color: $panel-border-warning;
  cursor: pointer;
}
.alert-info {
  margin-bottom: 24px;
  position: relative;
  p {
    padding-right: 26px;
  }
  .close-alert {
    position: absolute;
    right: 16px;
    &amp;amp;:before {
      font-size: 10px;
    }
    margin-top: -10px;
    top: 50%;
    cursor: pointer;
  }
}
.reason-text {
  margin-top: -16px;
}
/** CSS Overrides for appointment widget code **/
#appt-reselect-widget {
  .panel-heading {
    display: none;
  }
  .panel {
    box-shadow: none !important;
    border: none !important;
    .panel-body {
      padding: 0px;
      .appointment-duration {
        &amp;gt; span {
          display: flex;
          flex-direction: column-reverse;
          align-items: flex-start;
          .pull-right {
            display: inline-block;
            border: 1px solid $btn-default-border;
            border-radius: 3px;
            padding: 6px 12px;
            margin-bottom: 16px;
          }
        }
      }
    }
  }
}
#appt-select-widget {
  span.fa, label {
    display: none;
  }
}&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Jun 2021 21:00:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561653#M133432</guid>
      <dc:creator>Noah Thompson2</dc:creator>
      <dc:date>2021-06-23T21:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font colours on the Walk-up Experience portal</title>
      <link>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561654#M133433</link>
      <description>&lt;P&gt;Thank you Noah, worked perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 07:58:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561654#M133433</guid>
      <dc:creator>Alex Saager</dc:creator>
      <dc:date>2021-06-24T07:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font colours on the Walk-up Experience portal</title>
      <link>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561655#M133434</link>
      <description>&lt;P&gt;I am having a difficult time "over riding" the values. I am not able to edit the CSS field from&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$header: $gray;&lt;BR /&gt;$sub-header: $gray-light;&lt;/P&gt;
&lt;P&gt;to&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-css"&gt;&lt;CODE&gt;$header: #000000;
$sub-header: #000000;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:25:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561655#M133434</guid>
      <dc:creator>NDizzy</dc:creator>
      <dc:date>2021-11-04T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font colours on the Walk-up Experience portal</title>
      <link>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561656#M133435</link>
      <description>&lt;P&gt;I am having a difficult time "over riding" the values. I am not able to edit the CSS field from&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$header: $gray;&lt;BR /&gt;$sub-header: $gray-light;&lt;/P&gt;
&lt;P&gt;to&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-css"&gt;&lt;CODE&gt;$header: #000000;
$sub-header: #000000;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Nov 2021 18:17:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561656#M133435</guid>
      <dc:creator>NDizzy</dc:creator>
      <dc:date>2021-11-04T18:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font colours on the Walk-up Experience portal</title>
      <link>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561657#M133436</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="c4c2405edb93e810f21f5583ca96197d"&gt;@NDizzy&lt;/SN-MENTION&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What Noah means is to follow these steps: &lt;BR /&gt;&lt;BR /&gt;1. Go to Service Portal &amp;gt; Widget Instances&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/33421iC6347E08CE888BF3/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Look for the "&lt;SPAN class=""&gt;Online check-in experience&lt;/SPAN&gt;" Widget&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/33426i85113E90D756426F/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Open any and all instances of said widget and then paste the CSS above in the CSS field of the instance record.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/33423iB04E9583F1DFF85A/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will allow you to override the CSS inside the widget.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 15:52:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/changing-font-colours-on-the-walk-up-experience-portal/m-p/561657#M133436</guid>
      <dc:creator>Dagan</dc:creator>
      <dc:date>2022-05-25T15:52:51Z</dc:date>
    </item>
  </channel>
</rss>

