WebSite X5Help Center

 
John L.
John L.
User

How do you change the colour of bullet points  en

Автор: John L.
Просмотрено 234, Подписчики 2, Размещенный 0  

Hi,

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

Regards John

Размещено
9 Ответы - 7 Полезно
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

Читать больше
Размещено От Axel  
Daniel W.
Daniel W.
User
Лучший пользователь месяца 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

-----

Читать больше
Размещено От Daniel W.
Esahc ..
Esahc ..
Moderator

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/ru/post/5136

Читать больше
Размещено От Esahc ..
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.

Читать больше
Размещено От Axel  
Daniel W.
Daniel W.
User
Лучший пользователь месяца 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.

Читать больше
Размещено От Daniel W.
Axel  
Axel  
User

@Daniel,

Hum hum

Читать больше
Размещено От Axel  
Daniel W.
Daniel W.
User
Лучший пользователь месяца 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.

Читать больше
Размещено От Daniel W.