Those colors are controlled by Global theme styles > Secondary color / Secondary accent color / Contrast detail foreground color.
If you want to keep these colors but still want to change the icon colors, you can do it via the following CSS:
<style>
.focus_module_quote_icon {
background-color: #YOUR_COLOR_1;
box-shadow: 0px 5px 0px 0px #YOUR_COLOR_2;
}
.focus_module_quote_icon svg {
fill: #YOUR_COLOR_3;
}
</style>
Back to Knowledge Base
Comments