# Change Color Scheme

Want to change the color scheme of your site built using the [Florence](https://samarj.com/florence) Child Theme? This guide will help you do so.

### Change Buttons Color from Preset <a href="#id-0-toc-title" id="id-0-toc-title"></a>

Open any page using the Visual Builder and open the button Module settings, then click on the Preset link below the Module Name in the Modal. And then Edit the “Main Button - Florence” Preset Styles. The Modal will flip, then open the Design tab -> Button -> Button Background -> and here edit the Background Color. See Video Walkthrough!

{% embed url="<https://cln.sh/Gd4jOa>" %}

### Using Divi’s Find & Replace <a href="#id-1-toc-title" id="id-1-toc-title"></a>

To Change Every Element’s Color on your page, you can use Divi’s Find & Replace. First Enable the Divi Builder on the page you want and then open any Module settings that have the Florence Main Color, then right-click on the Color code and choose Find & Replace. Then simply add your color and make sure to select the Checkbox that says “Replace All” then click the “Replace” button below to change all the Florence colors to the one you did. See Video Walkthrough!

{% embed url="<https://cln.sh/ESrUAX>" %}

### Change Color from Style.css <a href="#id-3-toc-title" id="id-3-toc-title"></a>

You’ll also have to change the Florence Color code to your Color code from the Theme’s Style.css File. For this, go to Appearance -> Theme File Editor and there press CTRL + F to search for color code. In that bar, search for #08415c and replace this color with your Brand Color using any Text Editor like Sublime.

Simply copy the whole code and paste it to the Code Editor (i.e Sublime) and replace the Color codes and put all the code back in the style.css.

### Change Color from Theme Customizer <a href="#id-3-toc-title" id="id-3-toc-title"></a>

You'll also need to change the color from Customizer. For that, go to Appearance -> Customizer and then go to General -> Typography -> and change Body Link Color.

![](/files/5ZSZtpxDnxwWOTHzhKMH)


---

# 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://docs.divisupply.com/florence/change-color-scheme.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.
