WebSite X5Help Center

 
John L.
John L.
User

How do you change the colour of bullet points  en

Autor: John L.
Visitado 231, Followers 2, Compartido 0  

Hi,

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

Regards John

Publicado en
9 RESPUESTAS - 7 úTIL
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

Leer más
Publicado en de Axel  
Daniel W.
Daniel W.
User
Usuario del mes 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

-----

Leer más
Publicado en de 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.

Leer más
Publicado en de Axel  
Daniel W.
Daniel W.
User
Usuario del mes 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.

Leer más
Publicado en de Daniel W.
Axel  
Axel  
User

@Daniel,

Hum hum

Leer más
Publicado en de Axel  
Daniel W.
Daniel W.
User
Usuario del mes 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.

Leer más
Publicado en de Daniel W.