Css Code customization for Objects version 2024.4.2
Autore: Kees W.
Visite 84,
Followers 1,
Condiviso 0
Version 2024.4.2 has and new feature, namely the CSS Code customization for Objects.
I tried to use the CSS code I used in Properties (which works for the whole page) in a text object.
Some things are still not clear to me.
I want to use the the following CSS:
<style>
/* Bullet change color */
#imTextObject_588_01 ul li::marker,
#imTextObject_588_01 ol li::marker {
color: red;
}
</style>
but this does not work!
Should I adjust something else?
Translated with DeepL.com (free version)
Postato il
Hello Kees,
here is an example:
Autore
Thank you!