WebSite X5Help Center

 
Nicolai Stoltt H.
Nicolai Stoltt H.
User

Using indent (dot) in text object the dot is always black  en

Author: Nicolai Stoltt H.
Visited 2015, 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
2 ANSWERS
Adam  O.
Adam O.
User

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 

Read more
Posted on the from Adam O.
Andre E
Andre E
Moderator

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

Read more
Posted on the from Andre E