# Customize Look and Feel

You can customize the contracts and the form using CSS. Unfortunately, we do not provide a GUI for this but our plugin is made for contracts and contracts are supposed to be basic paper.&#x20;

We have given you a few options to be able to custom how the contract container and form field classes, but you have to do it via CSS either in contract templates section or within your theme. **This ensures our plugin produces a professional, legally-binding document.**

If you would like to customize the CSS, you can use the following classes.

### **Contract**

```css
//customize anything within the contract content
.contract-container {
} 

//customize the buttons after the contract is signed
.contract-container .afterbuttons .btn {
} 
```

### **Front End**

```css
//customize the labels on the initiation form
.control-label {
} 

//customize the input fields on the initiation form
.control input {
} 

//customize the submit button on the initiation form
.control input[type=submit] {
} 
```

{% hint style="info" %}
Remember to add these classes to your theme files if you are modifying the front end or to your **Templates** > **Other Templates** > **Contract CSS** if you are modifying the contract itself.
{% endhint %}


---

# 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://futuredesigngroup.gitbook.io/wp-online-contract/installation-and-setup/customize-look-and-feel.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.
