# Customização

## Primeiro Passo

No Menu lateral do WordPress, acesse a aba **Aparência** e em seguida selecione a opção **Personalizar**

![](/files/-LTbhd2TXSAjxlRmAeZp)

## Segundo Passo

Após acessar, aparecerá um menu do lado esquerdo semelhante com o da foto abaixo. Basta selecionar a opção **CSS adicional** para realizar a alteração.

![](/files/-LTbjUJjpUue6FztTA4N)

\
Com o campo CSS adicional aberto, basta copiar o código abaixo:

```css
/** Altera a cor de fundo da caixa de download **/
.rock-convert-download-container {
  background-color: #EAEAEA !important;
}
/** Altera a cor do titulo **/
.rock-convert-download-container-title {
  color: #000 !important;
}
/** Altera o cor de fundo e a cor do texto do botão **/
.rock-convert-download-container input[type="submit"]{
  background-color: #6083A9 !important;
  color: #FFF !important;
}
/** Altera a cor do texto de ajuda **/
.rock-convert-download-container-form-help{
  color: #999 !important;
}
```

{% hint style="info" %}
&#x20;O formato das cores estão em Hexadecimal. Para editar basta pegar [**AQUI**](https://www.color-hex.com) o código hexadecimal referente à color desejada e alterar no código.
{% endhint %}

Após inserir o código, a tela deverá ficar algo parecido com:

![](/files/-LTbky-bhLIeuuTHPHB3)

\
Depois disso, é só clicar em **Publicar** para aplicar suas alterações.


---

# 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://rock-content.gitbook.io/rock-convert/customizacao.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.
