How do you change the colour of bullet points
Autor: John L.
Visitado 235,
Seguidores 2,
Compartilhado 0
Hi,
- How do I change the colour of bullet points, they are always black.
Regards John
Publicado em
As long as Incomedia has not integrated this function, CSS code can be used for this, see post
>> https://helpcenter.websitex5.com/pt/post/266820
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
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
-----
Once upon a time when I thought that most ideas (especially easy ones) would be acted upon eventually, I posted this . . . .
https://helpcenter.websitex5.com/pt/post/5136
Into actual Beta or preview there is a new option to custom any CSS for objects.
Maybe the simple solution will be here.
See https://helpcenter.websitex5.com/pt/post/267563
Version 2024.4.3 with separate CSS code for the objects is available as a normal version, not just as a beta or preview.
@Daniel,
Hum hum
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.