> For the complete documentation index, see [llms.txt](https://help.spicegems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.spicegems.com/easy-returns-management-system/customize-the-order-lookup-form.md).

# Customize The Order Lookup Form

t is possible to apply custom CSS rules to the order lookup Form.

Here are the instructions.\
1\. Go to Settings -> Display Settings\
2\. Enter Custom CSS Rules

Simply use the following CSS Rule to change the color of LookUp Button.

```
#order-info .main-btn
{
background: navy;
font-size: 15px;
}
```

This rule will change the color to Navy Blue. Here is a Screenshot for your reference.

<figure><img src="https://412634579-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo4VRpaMyH68y67sWpiKA%2Fuploads%2Fn3hfSTLEKdI0bW7YjpCk%2Fimage.png?alt=media&amp;token=81933516-c118-4323-97dd-f0d0bf525730" alt=""><figcaption></figcaption></figure>

Similarly, you can change in font, table color, font size, etc using custom CSS Rules.

{% embed url="<https://vimeo.com/343643532>" %}
