Can't change the color of bullet list
Автор: Craig G.
Просмотрено 1683,
Подписчики 1,
Размещенный 0
I can change all the text to white but the bullets stays black. Alt-A and then change color, the same.
Craig
Размещено
Автор
<ul>
<li style="color:white;><span style="color:whit>Module 1, Introduction & Uncovering the Unusual</span></li>
<li style="color:white;><span style="color:whit>Module 2, Exploring Places</span></li>
<li style="color:white;><span style="color:whit>Module 3, Exploring Time Using Timelines</span></li>
<li style="color:white;><span style="color:whit>Module 4, Personal Archeology</span></li>
<li style="color:white;><span style="color:whit>Module 5, Finishing Touches</span></li>
</ul>
This works but I shouldn't have to do this, it is a workaround.
This is the way it has always been in Website X5. Many users have requested this to be fixed, however, Incomedia has it very low on the priority list.
(It > De) ... ... es gibt viele Alternativen, alle sehr einfach, zum Beispiel mit Unicode-Zeichen:
Δ ■ ▫ ► ● ♥ ◘ ☼ ... etc ...
... oder mit einem einfachen EXTRA-Code können Sie alle (bullet) Kugeln auf derselben Seite in Weiß einfärben:
* ul li {color: white !important;}
or:
<style> * ul li {color: white !important;} </style>
... ... sehr einfach ; ...eventuell den LINK der Seite setzen ...
ciao
.