I saw a question from 2012 on this but I may not know exactly how to add to the my CSS to fix this.
Adding a text field with bullets but when I change the font color to white the bullets continue to default to black and don’t show well against the background.
The previous questioner was told to add a CSS record to the page with the following code.
<style> <br /> ul{ <br />
color : Gray; <br /> } <br /> </style>
I added a CSS script with this info and saved it to the page but it didn’t change anything so I must be missing something.
Any tips?