By default, the Daisycon WordPress Plugin Configurator and the myDaisycon Configurator offer several options to customize the tool in terms of color and text. If you want to customize the tool even further, you can override certain CSS. All key elements of the tools have class names that you can use to apply CSS. You can add styles in your own stylesheet to customize the tool by using `!important`.
For example, to customize the results button in the Energy Comparator:
#daisyconEnergyBlzContainer {background: #ff0000; !important}
It is not recommended to download, upload, and modify the stylesheet yourself. This is due to potential future changes and/or additions. This way, you will always stay up-to-date with any stylesheet changes from our side.