WebSite X5Help Center

 
John L.
John L.
User

How do you change the colour of bullet points  en

Autor: John L.
Visited 230, Followers 2, Udostępniony 0  

Hi,

  • How do I change the colour of bullet points, they are always black. 

Regards John

Posted on the
9 ODPOWIEDZI - 7 USEFUL
Axel  
Axel  
User

Hello John,

An example of the result is here

https://wsx5demo.afsoftware.fr/bullets.html

And the CSS is into my case.

/* to get the id name (id="imTextObject_93_03_tab0") use 'Inspect' with right click under chrome and read the code */
#imTextObject_93_03_tab0 ul li{
color: red ;
}

#imTextObject_93_04_tab0 ul li{
color: blue ;
}

#imTextObject_93_01_tab0 ol li{
color: blue ;
}

#imTextObject_93_05_tab0 ol li{
color: green ;
}

Axel

Czytaj więcej
Posted on the from Axel  
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca EN

An alternative to CSS code when HTML code for lists is not necessarily required in the source code.

Simply place a dot symbol at the beginning of the lines, highlight the text to indent it and color it with a text color, see screenshot below

Dot symbol ● for copying and other symbols, see

>> https://www.w3schools.com/charsets/ref_utf_geometric.asp

-----

Czytaj więcej
Posted on the from Daniel W.
Axel  
Axel  
User

Into actual Beta or preview there is a new option to custom any CSS for objects.

Maybe the simple solution will be here.

Czytaj więcej
Posted on the from Axel  
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca EN

Version 2024.4.3 with separate CSS code for the objects is available as a normal version, not just as a beta or preview.

Czytaj więcej
Posted on the from Daniel W.
Axel  
Axel  
User

@Daniel,

Hum hum

Czytaj więcej
Posted on the from Axel  
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca EN

WebSite X5 doesn't show any reference to "Beta", "Preview" had this reference, so I don't know exactly whether it's a "Beta" or not.

Czytaj więcej
Posted on the from Daniel W.