-
I was looking for the same. As you already mentioned, you can chance this by adding this code to your custom style. (this is for the 2 balloons)
"quote" LeonidS- Yes, it's possible to do via CSS. In the Studio->[Your template name]->Styles->Custom Styles area you need to add somth like:
.bx-artificer .col-blue2 {--tw-text-opacity: 1; color: rgb(168 85 247/var(--tw-text-opacity));
}
To chance this color, chance the rgb numbers 2 your need. I.e. 168 85 247 (purple) -> 17 166 132 (blue).
For those who don't know; you can find the rgb color by using a color picker installed in you browser. Or in your image editor.
If someone knows a easier way, please lets us know 😀
-
Thank you! Yes, I changed the colors of these icons in CSS styles. I just thought that somewhere in the settings you can do it.
-
Hello @Ivan Mishchenko !
No, that part is used in many places so the common setting isn't good for that. So to was left for the Custom Styles editing.
-
-