Using indent (dot) in text object the dot is always black
Author: Nicolai Stoltt H.
Visited 2403,
Followers 1,
Shared 0
Hi,
I can not change the color (black) on the indent dot in a text object.
- like this
I am using white font color on a blue background, but the (dots) remain black.
See attached file
Posted on the
Hi Nicholai,
Just my 2 cents worth.
I had the same problem and like you, could not find anywhere to change this setting. The easiest way is to import an image where you want the indent and not use the indent option.
Hope this helps,
Regards, Adam
In the text object enable HTML (button on top)
see this example as code to enter :
<ul>
<li style="color: black;"><span style="color: green;">one example</span></li>
<li style="color: red;"><span style="color: orange;">second one</span></li>
<li style="color: blue;"><span style="color: black;">and so on .... </span></li>
</ul>
Adjust it to your needs.
BR A