# 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="/files/i17qj4KvG3Lxmv7jjFZv" 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>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.spicegems.com/easy-returns-management-system/customize-the-order-lookup-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
