---
title: "Style sheet overrides"
canonical_url: https://support.digitalphotogallery.com/articles/article/bc209968-f673-11e7-9c3f-0ab052ab1b75
short_url: https://dpg.support/akqv
category: "Websites > Developers > General"
locale: en
updated_at: 2021-06-23T20:29:56Z
source: Digital Photo Gallery Support
---

# Style sheet overrides

### Value Options

These are potential value options.

Range field

```
range:min=10|max=1000|step=50
```

```
range:min=40|max=100|step=10|min_value_substitute=auto
```

```
range:min=40|max=100|step=10|max_value_substitute=auto
```

Hidden field

```
hidden:value=%
```

Select field

```
select:Show=|Hide=none
```

Code options

```
/* hello */
background-color: coral;
/* goodbye */
box-sizing: border-box;
```
