WebSite X5Help Center

 
Kees W.
Kees W.
User

Bullets in bullet list always black  en

Autor: Kees W.
Visited 130, Followers 2, Udostępniony 0  

On a page I want to apply multiple text objects.

How can I manage that in each object the color of the text + bullet is different?

When using the bullet list in WebSite X5 the bullet is always black.

Posted on the
2 ODPOWIEDZI - 1 PRAWIDłOWA ODPOWIEDź
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca EN

This can be done with CSS code, installation in WebSiteX5 see screenshots below

The numbers must be determined in the source text, e.g. right-click on the corresponding location in the preview

Test page >> https://findelinks.de/123test-aufklappmenue/seite-24.html

----- CSS code -----

<style>
#imTextObject_26_01 ul li::marker,
#imTextObject_26_01 ol li::marker {
color: blue;
}
#imTextObject_26_02 ul li::marker,
#imTextObject_26_02 ol li::marker {
color: red;
}
#imTextObject_26_03 ul li::marker,
#imTextObject_26_03 ol li::marker {
color: green;
}
</style>

-----

-----

-----

-----

-----

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

Thank you very much for this solution.

regards,

Kees

Czytaj więcej
Posted on the from Kees W.