Odd… don’t know what I’ve done but my bullets have turned white and as they are on a white background, I can only see them when edited the page. As soon as I preview, they’re gone 
What have I done?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Post a link to your page Kevin so that we can see your code.
What colour do you want them to be?
You can create a style with li in the tag that will target your bullets - could you have done that?
David
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Done a page here:
http://www.russellstudios.co.uk/bullet.html
As soon as you click intent to get a bulleted list, the text disappears.
Don’t have this issue in another site. Can’t see why it does this.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
As I suspected you have this style in your page
li { color:#fff; font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", FreeSans, sans-serif; font-size:14px; letter-spacing:1.4px }
Color #fff is white so all list items will be coloured white.
Delete that style from the page and you will be fine.
Edit>Styles and then either delete that li style or change its colour.
David
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Perfect!
I based my site on one of the Freeway themes, so I guess that’s where it was packed up.
Thanks for your help David
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options