# Change color of the scrollbar in the location list

**URL:** https://community.elfsight.com/t/change-color-of-the-scrollbar-in-the-location-list/47924
**Category:** Store Locator
**Created:** [April 17, 2024, 11:15am UTC](https://community.elfsight.com/t/change-color-of-the-scrollbar-in-the-location-list/47924 "2024-04-17T11:15:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [April 17, 2024, 11:15am UTC](https://community.elfsight.com/t/change-color-of-the-scrollbar-in-the-location-list/47924/1 "2024-04-17T11:15:38Z")

</div>

Add this code to the Custom CSS field on the Style tab of your [Store Locator](https://elfsight.com/store-locator-widget/) widget’s settings:

```auto
.global-styles, [class*="directory-locations-list__Container-sc"]::-webkit-scrollbar-thumb {
  background-color: green !important;
}

```

  

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions 🙂
